Skip to main content

Command Palette

Search for a command to run...

CSS-Basic

Published
1 min readView as Markdown

CSS is the language used to make websites unique. To make websites look good. Start your quest to learn CSS in this article…

What is CSS?

CSS stands for Cascading Style Sheets, and is used to style HTML. Without CSS, the entire web would look like this:

Screenshot 2022-09-23 153054.png

With CSS, that same article would look like this:

Screenshot 2022-09-23 153427.png

As you can see, CSS plays a massive role in building the websites that we use every day.