Create your website with HTML and CSS
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Adding CSS to a Page
CSS (for "Cascading StyleSheet") is a specific language for modifying the style of your web pages, including positioning, colors, shapes, text, etc.
To simplify:
- HTML allows you to organize information on a web page
- CSS allows you to format it
But what does that actually look like?
You need a free account to read this module