CSS.md

April 14, 2021 ยท View on GitHub

CSS Back

Cascading Style Sheets (CSS) is to specify presentations of web pages. We can use it to place all the components. A CSS rule contains two parts: a selector and a declaration. When it comes to the style guide, I have written a book named CSS/SCSS Presonal Guide to constraint my code style.

  • CSS Framework
  • Attribute
  • Less

Categories

  • External CSS
  • Internal CSS
  • Selector
  • Flexbox
  • Grid

Content Lists

  • https://astronautweb.co/snippet/font-awesome/

Contents

  1. 1CSS Back
  2. 1.1Categories
  3. 1.2Content Lists