CSS or Cascading Style Sheets

The point of CSS is to separate presentation (CSS) from content (HTML). This separation is a popular tech-design philosophy / methodology. It means that you can display the same content (HTML) in different ways (with different styles) for different contexts: laptops, smart phones, in print, on a braille tactile device, etc. Depending on how you implement your CSS, it also enables you to make site-wide changes in a single document which can make updating (even redesigning the entire aesthetic) a site drastically easier.

css

Contents

  1. CSS Syntax
  2. Colors
  3. Units
  4. the Box Model
  5. Typography
  6. the Cascade
  7. Centering
  8. Layout - Positions
  9. Layout - Old
  10. Layout - Modern
  11. Responsive Web Design
  12. Transform
  13. Transitions
  14. Animations
  15. Browsers: support, prefixes & quirks
-- Last Modified on --