reading-notes

Design Web Pages with CSS

Purpose of CSS

CSS is known as a styling language. Its main goal is to tell your HTML document how things should look. This includes styling elements by setting things like colors, margins, font sizes for headings, line heights, and managing the overall layout. Using CSS is also helpful because it can reduce inconsistencies in how different web browsers display the default look of elements.


Three ways to insert CSS into a project

You have three main ways to put CSS into your web project:


Example CSS