Skip to content

Commit

Permalink
Added new header image
Browse files Browse the repository at this point in the history
  • Loading branch information
CJbricks committed Mar 14, 2023
1 parent dde8a95 commit fa9e4c6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion TayGame
Submodule TayGame updated from e1e4a7 to dde8a9
Binary file added images/newlogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<div class="center-body">
<div clas="topbox">
<img class="banner animate__animated animate__zoomInDown" src='/images/statlogo.png' id="text-logo" />
<img class="banner animate__animated animate__zoomInDown" src='/images/newlogo.png' id="text-logo" />
<p class="hideme"> A game about <a href="https://baseball-reference.com">referencing baseball</a></p>
<br>
<!-- <img class="logounder animate__animated animate__jackInTheBox" src="/images/stathand.png" id="icon-logo" /> -->
Expand Down
15 changes: 10 additions & 5 deletions neg.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ a:hover {
padding-right: 5%;
background-color: whitesmoke;
box-shadow: 0 .3px grey, -.5em 0 .4em grey;
border-radius: 10px;

}

.banner {
height: 75%;
width: 90%;
height: 70%;
width: 70%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 6%;
margin-right: 5%;
display: flexbox;
border: 1px solid red;
}

.animate__animated.animate__jackInTheBox {
Expand Down Expand Up @@ -251,9 +254,11 @@ a:hover {
}

.banner {
height: 85%;
width: 100%;
height: 90%;
width: 90%;
margin-bottom: 5%;
margin-left: 5%;
margin-right: 5%;
}

.footer {
Expand Down

0 comments on commit fa9e4c6

Please sign in to comment.