Created
January 16, 2016 00:39
-
-
Save kalebheitzman/2f9e0fd92aa6516dc5e0 to your computer and use it in GitHub Desktop.
css stylesheet skeleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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