Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Intro to CSS Frameworks

Intro to CSS Frameworks

An introductory overview of CSS frameworks as part of a class taught at StartupInstitute Boston.

Paul Demers

October 29, 2014
Tweet

More Decks by Paul Demers

Other Decks in Technology

Transcript

  1. CSS Framework? A collection of reusable coding patterns that provide

    a basis for building websites and applications. They allow for a predictable structure and provide the user with building blocks to solve common design problems.
  2. What do you get? • Typography • Default styling across

    browsers • Grid structure • Responsive/mobile-first helpers • Basic to advanced repeatable layout components
  3. Why you should use a framework… • Work out ideas

    quickly. Prototype and test • Developers are not designers (well some are…) • Reinventing the wheel stinks. • Super fantastic learning resource
  4. Why you shouldn’t use a framework… • Kitchen Sink •

    Lack of Knowledge • Hard to Customize • Large Codebase • Not Semantic
  5. • Developed in 2010 by Twitter employees • 20 Releases

    and 2 major rewrites • 70k+ Stars and 27k Forks