Skip to content

Commit

Permalink
droplets
Browse files Browse the repository at this point in the history
  • Loading branch information
LiDewong committed Mar 1, 2022
1 parent 54123ac commit 5449d3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/game.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
top: -45px;
left: 45%;
}
.droplet {
position: absolute;
right: 100px;
top: 85px;
width: 17%;
height: 50px;
}
button {
position: relative;

Expand Down
1 change: 1 addition & 0 deletions game.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<img src="img\searchbar.png" class="searchbar" />
<a href="pickrole.html"><button class="home"></button> </a>
</div>
<img src="img\droplet.png" class="droplet" />
<center>
<h1 class="h1">game</h1>
</center>
Expand Down

0 comments on commit 5449d3a

Please sign in to comment.