Description: CSS is used to give HTML pages a style. For example you can set spaces, colors, fonts and a lot more.
Example:
*{ padding: 0; margin: 0; font-family: Arial; }