Created
November 30, 2018 15:26
-
-
Save jefBinomed/eac3dc830f8eb5b9324502b79a9f44a0 to your computer and use it in GitHub Desktop.
2018-countdown-count-0
This file contains 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
<div class="conteneur"> | |
<!-- Minutes Number (Left Column)--> | |
<div class="jaune_clair min chiffre" id="min">00</div> | |
<!-- Minutes Unit (Right Column)--> | |
<div class="jaune_fonce min unit">m</div> | |
<!-- Seconds Number (Left Column)--> | |
<div class="jaune_clair sec chiffre" id="sec">00</div> | |
<!-- Seconds Unit (Right Column)--> | |
<div class="jaune_fonce sec unit">s</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment