Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 268 Bytes

File metadata and controls

13 lines (12 loc) · 268 Bytes

CSS

  • Use Reset and Normalize CSS.
  • Organize the Stylesheet
  • combine css
  • use appropriate Naming Convention
  • Always avoid inline styling
  • Prefer use External CSS
  • Minify CSS file size with CSS Compressors

sandbox

  • Do not use pixels (px)
  • Use vw and vh