Last active
August 29, 2015 13:56
-
-
Save robhrt7/9058618 to your computer and use it in GitHub Desktop.
CSS headings
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
/* | |
CSS hedings | |
============================================================================================== | |
*/ | |
/* Level 1 | |
---------------------------------------------------------------------------------- */ | |
.somecode { | |
} | |
/* /Level 1 | |
---------------------------------------------------------------------------------- */ | |
/* Level 2 | |
-------------------------------------------------- */ | |
.somecode { | |
} | |
/* /Level 2 */ | |
/* Level 3 */ | |
.somecode { | |
} | |
/* /Level 3 */ | |
/* Level 4 */ | |
.somecode { | |
} | |
/* | |
Example | |
============================================================================================== | |
*/ | |
/* Module 1 | |
---------------------------------------------------------------------------------- */ | |
.somecode1 { | |
} | |
/* Module 1 - Part 1 | |
-------------------------------------------------- */ | |
.part1 { | |
} | |
/* /Module 1 - Part 1 */ | |
/* Module 1 - Part 2 | |
-------------------------------------------------- */ | |
.part2 { | |
} | |
/* /Module 1 - Part 2 */ | |
/* /Module 1 | |
---------------------------------------------------------------------------------- */ | |
/* Module 2 | |
---------------------------------------------------------------------------------- */ | |
.somecode2 { | |
} | |
/* /Module 2 | |
---------------------------------------------------------------------------------- */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment