Is CSS the magic wand?

A lot of people think that CSS is just another language and that it’s nothing to be excited about. What do you think of when you hear CSS?

When I hear CSS assignments, I see the fun and the transformations that can happen to a website. CSS is like a magic wand for me, it’s a computer photoshop.
I love working with CSS because it can transfer a simple website into an amazing work of art. With just a little coding you can make a website look fabulous. If we think about what are the three main rules of CSS?

A style rule is composed of three parts:
Selector − is used to select HTML elements based on their element name, id, class, attribute, and more. In other words, it is the name of the HTML element that you want to style.

Property − is a type of style of CSS. It is used to decide what you will do with an element. You might want to add a border, background color, font, display, and so many more great ways of changing your website.

Value − is used to give measurements, commands of color, and much more.
With just 3 rules CSS makes magic. Is it still not magical for you? If you want to know more about CSS and its rules visit this website: What is CSS? (thatcompany.com)

Leave a Reply

Your email address will not be published. Required fields are marked *