Skip to content

Instantly share code, notes, and snippets.

View adamcrosby's full-sized avatar
💭
alert();

Adam Crosby adamcrosby

💭
alert();
View GitHub Profile
body {
counter-reset: h1section;
}
section h1:before{
content: counter(h1section) ". ";
counter-increment: h1section;
}
section h1 {
counter-reset: h2section;