Skip to content

Instantly share code, notes, and snippets.

@abijaK
Last active December 20, 2022 09:46
Show Gist options
  • Save abijaK/0845aa039bd55675d316e17079d064a4 to your computer and use it in GitHub Desktop.
Save abijaK/0845aa039bd55675d316e17079d064a4 to your computer and use it in GitHub Desktop.
Code HTML
<main class="wraper">
<div class="rec">
<div class="progress">
<div class="outer">
<div class="inner">
<div class="timer">
<p id="min"></p>
<span>:</span>
<p id="sec"></p>
</div>
</div>
</div>
</div>
<div class="controls">
<div class="reset">
<button
id="reset"></button>
</div>
<div class="start-break">
<div class="start">
<button id="start"></button>
<button id="break"></button>
</div>
</div>
</div>
</div>
</main>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment