Skip to content

Commit

Permalink
blanco
Browse files Browse the repository at this point in the history
  • Loading branch information
klortiz13 authored Apr 7, 2024
1 parent 3679021 commit 9a959ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<!-- Web app Structure -->
<div class="container">
<!-- Announcements section -->
<h1>📢Announcements</h1>
<h1 style="color: white;">📢Announcements</h1>
<div id="announcements">
<textarea class="neon-box" placeholder="Write an announcement" rows="4" cols="50"></textarea>
</div>
<!-- Timer Section -->
<h2>Timer</h2>
<h2 style="color: white;">Timer</h2>
<div id="timer">
<!-- Timer Display -->
<p id="timer_display">000:00</p>
<p id="timer_display" style="color: white;">000:00</p>
<!-- User Time Input -->
<label for="minutes">Minutes:</label>
<input type="number" id="minutes" name="minutes" min="0">
Expand All @@ -34,7 +34,7 @@ <h2>Timer</h2>
<button class="neon-button" onclick="stopTimer()">Pause</button>
</div>
<!-- Notes/Typos section -->
<h3>✏️Notes/Typos</h3>
<h3 style="color: white;">✏️Notes/Typos</h3>
<div id="notes">
<textarea class="neon-box" placeholder="Write a note" rows="4" cols="50"></textarea>
</div>
Expand Down

0 comments on commit 9a959ec

Please sign in to comment.