Skip to content

Commit

Permalink
Add notice
Browse files Browse the repository at this point in the history
  • Loading branch information
gurbaxani committed Sep 15, 2024
1 parent 93bf6fc commit 4ea1298
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Improv Practice</h1>
<button id="quirk-btn" class="nav-button">🤌 Quirk</button>
<button id="superpower-btn" class="nav-button">🦸 Superpower</button>
</div>
<div id="result" class="display-result">Click a button to get a suggestion</div>
<div id="result" class="display-result notice">Click a button to get a suggestion</div>
<div class="timer-container">
<button id="start-timer" class="nav-button">🚀 Start</button>
<div id="timer-display" class="timer-display">00:00</div>
Expand Down
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
.timer-container {
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: flex;
align-items: center;
}
Expand Down

0 comments on commit 4ea1298

Please sign in to comment.