Sponsored Links
-->

Monday, December 25, 2017

Bulma CSS Framework Crash Course - YouTube
src: i.ytimg.com

A CSS framework is a pre-prepared software framework that is meant to allow for easier, more standards-compliant web design using the Cascading Style Sheets language. Most of these frameworks contain at least a grid. More functional frameworks also come with more features and additional JavaScript based functions, but are mostly design oriented and unobtrusive. This differentiates these from functional and full JavaScript frameworks.

Two notable and widely used examples are Bootstrap and Foundation.

CSS frameworks offer different modules and tools:

  • reset style sheet
  • grid especially for responsive web design
  • web typography
  • set of icons in sprites or icon fonts
  • styling for tooltips, buttons, elements of forms
  • parts of graphical user interfaces like accordion, tabs, slideshow or modal windows (Lightbox)
  • equalizer to create equal height content
  • often used CSS helper classes (left, hide)

Bigger frameworks use a CSS interpreter like Less or Sass.


Video CSS framework



List of notable CSS frameworks

Grid systems


Maps CSS framework



See also

  • Comparison of layout engines (Cascading Style Sheets)

Top 10 CSS Frameworks For Web Designer 2018 - On Air Code
src: onaircode.com


References


Foundation Framework CSS - Clase 1 Introducción - YouTube
src: i.ytimg.com


External links

  • CSS Front-end Frameworks with comparison
  • CSS Frameworks
  • Awesome CSS Frameworks, an up-to-date collection of CSS frameworks categorized and ordered by popularity

Source of article : Wikipedia