Introduction
- CSS stands for Cascading Style Sheets
- CSS describes how HTML elements are to be displayed on screen, paper, or in other media
- CSS saves a lot of work. It can reuse styles on the same page or across multiple
- External stylesheets are stored in
.css
files
Read more at MDN Web Docs: CSS