Skip to content

Instantly share code, notes, and snippets.

@Colorfulstan
Forked from jookyboi/css_resources.md
Last active September 6, 2015 06:06
Show Gist options
  • Save Colorfulstan/dd3c11afdfc1c2c01028 to your computer and use it in GitHub Desktop.
Save Colorfulstan/dd3c11afdfc1c2c01028 to your computer and use it in GitHub Desktop.
CSS libraries and guides to bring some order to the chaos.

scripts

  • reset.css resetting settings in css that might be unwanted defaults
  • normalize.css more consistent rendering across various browsers

Libraries

  • frontend Frameworks comparison
  • 960 Grid System - An effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
  • Compass - Open source CSS Authoring Framework.
  • Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.
  • Zurb Foundation - Framework for writing responsive web sites.
  • MUI - MUI is a lightweight CSS framework that follows Google's Material Design guidelines
  • Materialize - Ein modernes und responsives Front-End-Framework, basierend auf Material Design (Alpha)
  • UIKit - A lightweight and modular front-end framework for developing fast and powerful web interfaces.
  • Font Awesome - The iconic font designed for Bootstrap.
  • SASS - CSS extension language which allows variables, mixins and rules nesting.
  • Skeleton - Boilerplate for responsive, mobile-friendly development.

Guides

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment