## ascii-art-stylize ### Objectives You must follow the same [principles](../README.md) as the first subject. Ascii-art-stylize consists on making your site : - more appealing, interactive and intuitive. - more user friendly. - give more feedback to the user. ### Instructions - Your project must contain **CSS**. - The code must respect the [**good practices**](../../good-practices/README.md). - We suggest that you search for the principles of a good website design. - It must be possible to see the text properly regardless of the colors used. - The website must be [consistent](https://digitalcommunications.wp.st-andrews.ac.uk/2016/04/07/why-is-consistency-important-in-web-design/), [responsive](https://smallbiztrends.com/2013/05/what-is-responsive-web-design.html) and [interactive](https://en.m.wikipedia.org/wiki/Interactive_design). ### Allowed packages - Only the [standard go](https://golang.org/pkg/) packages are allowed This project will help you learn about: - The basics of human-computer interface. - The basics of CSS. - Linking CSS and HTML.