This commit is contained in:
tylermurphy534 2022-12-05 16:40:55 -05:00
parent 0d8150e756
commit 22cafc20ab

View file

@ -37,7 +37,7 @@ html, body, #mainBod {
}
#middle {
font-size: 2vw;
font-size: 2em;
width: fit-content;
background-color: black;
color: orange;
@ -82,12 +82,8 @@ td:hover a {
height: 5vw;
}
.middle img {
height: 5vw;
}
.middle td:hover {
border: .25vw solid black;
border: 2px solid black;
background-color: orange;
}
@ -124,11 +120,11 @@ footer video {
marquee {
margin-top: 2em;
display: block;
height: 12vw;
height: 12em;
}
marquee img {
height: 12vw;
height: 12em;
}
.title {