Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 639 Bytes

checklist.md

File metadata and controls

6 lines (6 loc) · 639 Bytes
  • check your work using basic recommendations -> here
  • about design: if you see a cursor in the input, that means styles are for entered text by the user (not only on focus action)
  • if you have 3 or more attributes, place each one on the new line (including the first one)
  • font family is usually written for body tag and inherited by others
  • we preferably use classes for styling, not tags, ids, attributes or something else
  • don't increase specificity of selectors (about selectors specificity)