Skip to content

Instantly share code, notes, and snippets.

@ShivrajRath
Last active August 29, 2015 14:04
Show Gist options
  • Save ShivrajRath/5d15ab3f045025e3ab81 to your computer and use it in GitHub Desktop.
Save ShivrajRath/5d15ab3f045025e3ab81 to your computer and use it in GitHub Desktop.
Quick CSS Reference

CSS Concepts

 ### Box Model
      * http://www.w3schools.com/css/css_boxmodel.asp
 ### Positioning of CSS:
      * http://www.barelyfitz.com/screencast/html-training/css/positioning/
 ### Display of CSS
      * http://quirksmode.org/css/css2/display.html
 ### Overflow
      * http://css-tricks.com/the-css-overflow-property/
 ### Z-Index
      * http://css-tricks.com/almanac/properties/z/z-index/

Property Reference

 * http://htmldog.com/reference/cssproperties/

Cheat Sheet

 * http://overapi.com/css/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment