๐—•๐—ฎ๐˜€๐—ถ๐—ฐ๐˜€ ๐—ข๐—ณ ๐—–๐—ฆ๐—ฆ

CSS styles your web pages. It handles the presentation of your site. It works with HTML and JavaScript.

CSS separates content from design. This makes your site flexible.

Web pages use three layers:

CSS follows a strict order. The browser reads rules from top to bottom. It uses specificity to pick the final style.

You use selectors to point to elements:

The Box Model is the layout engine. Every element is a box with four parts:

You use these tools for layout:

CSS makes your site look professional.

Source: https://dev.to/yogesh_992/basics-of-css-cascading-style-sheet-746