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
<div class="clock"> | |
<span class="cog hours tens" data-splitting>0123456789</span> | |
<span class="cog hours" data-splitting>0123456789</span> | |
<span class="colon">:</span> | |
<span class="cog minutes tens" data-splitting>0123456789</span> | |
<span class="cog minutes" data-splitting>0123456789</span> | |
<span class="colon">:</span> | |
<span class="cog seconds tens" data-splitting>0123456789</span> | |
<span class="cog seconds" data-splitting>0123456789</span> |
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
tryout new gist |