Skip to content

Commit

Permalink
add image gallery button
Browse files Browse the repository at this point in the history
  • Loading branch information
mpax235 committed Oct 12, 2024
1 parent 1e1151a commit 7af0c37
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions activities.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ <h1>Welcome to the more activities page!</h1>
<button>Draw!</button>
</a>
<p id="para4">Draw with freakybob. That's it.</p>
<a href="https://freakybob-team.github.io/image-gallery/" id="img-gallery">
<button>Image Gallery</button>
</a>
<p id="para5">Check the images of Freakybob-related stuff!</p>

<audio>
<source src="https://archive.org/download/wiiumusic/49%20-%20Mii%20Maker%20-%20Editing%20a%20Mii%20Gamepad.mp3" type="audio/mp3" autoplay loop />
Expand Down
14 changes: 14 additions & 0 deletions css/activities.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ h1 {
margin-top: 20px;
margin-bottom: 20px;
}
#para5 {
margin-left: -510px;
color: rgb(229, 236, 13);
font-size: 16px;
margin-top: 20px;
margin-bottom: 20px;
}
.button-container {
text-align: center;
margin-top: 20px;
Expand Down Expand Up @@ -85,6 +92,9 @@ margin-right: 500px;
#draw {
margin-right: 500px;
}
#img-gallery {
margin-right: 500px;
}
@media screen and (max-width: 600px) {
#countdown {
margin-right: 0px;
Expand All @@ -98,6 +108,10 @@ margin-right: 0px;
#para2 {
margin-left: 0px;
}

#img-gallery {
margin-right: 0px;
}
.button-container button {
margin-top: 12px;
padding: 15px 25px;
Expand Down

0 comments on commit 7af0c37

Please sign in to comment.