Back in the 90’s, this is what every website used to look like:
Today though, as we wade through the ocean of the internet, we’re blessed with a vibrant marine ecosystem, a veritable coral reef of colors, borders, shapes, gradients, and textures.
We have one person to thank for this, and that’s Håkon Wium Lie, the inventor of CSS.
CSS stands for Cascading Style Sheets, and it’s a language that developers use to style web pages. It helps them add color, borders, backgrounds, and more to HTML.
- Every webpage is made of up 3 elements: HTML, CSS, and JavaScript
- CSS is how you style HTML pages with color, borders, fonts, and more
- CSS works by selecting which HTML element(s) you’re after and applying rules to them
- You can do a lot more than basic style with CSS (including math)
Let’s get started with the basics of how web pages work in general.