Skip to content

Commit

Permalink
centered everything on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoxeyumich committed Sep 20, 2024
1 parent 914933d commit 38e6d05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions students/nmoxey/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ <h1 class="PageHeading">mrbrbrn.com</h1>
<p class="PageHeading">Web Development Team Project of Nate Moxey</p>
<p class="PageHeading">What's up World?</p>
</div>
<img src="BOBbarb.png" alt="barbarian">
<div class="Game Links">
<div class="Centered">
<img src="BOBbarb.png" alt="barbarian">
</div>
<div class="Centered" id="Game Links">
<a href="https://michiganhackers.github.io/webteamf2024/students/nmoxey/game1.html">Game 1</a>
<a href="https://michiganhackers.github.io/webteamf2024/students/nmoxey/game2.html">Game 2</a>
<a href="https://michiganhackers.github.io/webteamf2024/students/nmoxey/game3.html">Game 3</a>
Expand Down
1 change: 1 addition & 0 deletions students/nmoxey/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
.PageHeading {
color: darkslategrey;
font-family: fantasy;
text-align: center;
}

0 comments on commit 38e6d05

Please sign in to comment.