# CSS-Basic

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](https://cdn.hashnode.com/res/hashnode/image/upload/v1663927272426/zl8gX8ssN.png align="left")

With CSS, that same article would look like this:


![Screenshot 2022-09-23 153427.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1663927648283/ORhbaC7qz.png align="left")

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

