CSS



What is CSS?

CSS is the language utilized to add elements that would style our webpages to any desired extent. Some of it possible outcomes are change of font, size, color, and more.

Syntax?

The selector points to the HTML element you want to style.
The declaration block contains one or more declarations separated by semicolons.
Each declaration includes a CSS property name and a value, separated by a colon.
A CSS declaration always ends with a semicolon, and declaration blocks are surrounded by curly braces.


Demo

Click the icon on the right hand corner to test the CSS code!