Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
remove ring
  • Loading branch information
dantebertuzzi authored May 11, 2024
1 parent 2edfaa6 commit 5187b7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ <h1></h1>
<div class="time-display">
<span id="minutes">30</span>:<span id="seconds">00</span>
</div>
<div class="progress-ring">
<svg class="progress-ring-circle" width="120" height="120">
<circle class="progress-ring-circle-bg" r="54" cx="60" cy="60" fill="transparent" stroke-width="6"></circle>
<circle class="progress-ring-circle-fg" r="54" cx="60" cy="60" fill="transparent" stroke-width="6" stroke-dasharray="339.292" stroke-dashoffset="0"></circle>
</svg>
</div>
</div>
<div id="buttons" class="buttons">
<button id="start"><i class="fas fa-play"></i></button>
Expand Down

0 comments on commit 5187b7c

Please sign in to comment.