Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reficedev/c887325e7cc900a20647f6a69f0ea5d4 to your computer and use it in GitHub Desktop.
Save reficedev/c887325e7cc900a20647f6a69f0ea5d4 to your computer and use it in GitHub Desktop.
body{
counter-reset: resultat;
}
div.g::before{
font-size: 30px;
counter-increment: resultat;
content: counter(resultat) ".";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment