Kinakopan/WK03site

Organizing CSS

Closed this issue · 1 comments

  • clean looking
  • no duplicated css
  • logical order (whole, inside the ruleset ← optional)
  • comment for the start of blocks

It's not really organized but we run out of time... For the next project, I want to practice things below more:

  • mobile first
  • logical order of the inside ruleset
    (example:

/* display stuff*/
/* box-model stuff /
/
typography /
/
manipulation /
/
misc */