Skip to content

Instantly share code, notes, and snippets.

@kalebheitzman
Created January 16, 2016 00:28
Show Gist options
  • Save kalebheitzman/c86e978a16c935b7847e to your computer and use it in GitHub Desktop.
Save kalebheitzman/c86e978a16c935b7847e to your computer and use it in GitHub Desktop.
css stylesheet skeleton
/* 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