137 — CSS building methodology

Markdown → cheat-sheet

101 master

101.2 define the css variables

102 body

102.1 body (mobiles)

103 abox (art box)

103.1 abox (mobiles)

  1. set a background image (optional)
  2. Note: abox covers the viewport.

104 Paragraphs

105 List Items

  1. similar to paragraphs.
  2. set or inherit the font (size, family, weight)
  3. according to font-size, set the width for the paragraph. In order to get 10-12 words per line, set width to 40em-50em.
  4. if the vbox container have halign left, you can still center the paragraph by using align-self:center
  5. remove first top-margin using css selector li:first-child
  6. do not forget ol

106 code inside paragraphs, lists

107 Headlines

108 Collapsing margins

109 Images

111 Table Of Content

css detected: