Skip to content

Commit

Permalink
Update tools.html
Browse files Browse the repository at this point in the history
  • Loading branch information
VocalNutria9174 authored Sep 24, 2021
1 parent 3071e41 commit aa246ac
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
<div class="button button1">
<a href="home">Home</a>
</div>
<div class="button button2">
<a href="weather">Weather</a>
</div>
<div class="button button3">
<a href="clock">Time</a>
</div>

<div class="button button4">
<a href="game">Games</a>
</div>
Expand Down Expand Up @@ -49,17 +45,6 @@
color: white;
}

.button2 {
background-color: white;
color: black;
border: 2px solid #008CBA;
}

.button2:hover {
background-color: #008CBA;
color: white;
}

.button3 {
background-color: white;
color: black;
Expand Down

0 comments on commit aa246ac

Please sign in to comment.