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