Skip to content

Instantly share code, notes, and snippets.

@kalebheitzman
Created January 16, 2016 00:39
Show Gist options
  • Save kalebheitzman/2f9e0fd92aa6516dc5e0 to your computer and use it in GitHub Desktop.
Save kalebheitzman/2f9e0fd92aa6516dc5e0 to your computer and use it in GitHub Desktop.
css stylesheet skeleton
/* project PROJECTNAME
* copyright 2016 kaleb heitzman
*/
/* ==table of contents
1. colors
2. fonts
3. global settings
4. primary layout structure
5. secondary layout structure
6. tertiary layout struture
7. text-related treatments
8. images, links, and other salient features
9. general styles
10. general classes
11. miscellaneous stuff */
/* ==colors
*/
/* ==fonts
*/
/* ==global settings (resets, scrollbars, etc.)
*/
/* ==primary layout structure (body, primary divs)
*/
/* ==secondary layout structure (header, footer, sidebar)
*/
/* ==tertiary layout structure (page regions, floats)
*/
/* ==text-related treatments (headings, paragraphs, lists)
*/
/* ==images, links, and other salient features (pre, code)
*/
/* ==general styles (forms, tables, buttons, acronyms et al)
*/
/* ==general classes (.clear, .center, .right, .left, etc.)
*/
/* ==miscellaneous stuff and template code
*/
/* created by kh | kheitzman.com */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment