Style Sheets

Revisited



Anup Bishnoi

anup.bishnoi@nagarro.com

CC and S are actually just normal text with text-shadow on.S

If you know how to use it

Or google when you don't

Resources


Topics


  • Language
  • Layout
  • CSS3
  • Pre-processors
  • Best Practices

Best Practices

  • Never use ID selectors. Classes all the way.
  • Avoid attaching classes to element type selectors.
  • Avoid !important.
  • Always use vendor prefixes.
    Put plain property last.
  • Provide for a fallback experience.
  • Use CSS Lint

THE END