added sponsors: css boxes or clickable links now have shadows, are more interactive

This commit is contained in:
2024-03-26 13:47:59 -06:00
parent 9a69de2dd2
commit ba57b95db6
2 changed files with 21 additions and 4 deletions

View File

@ -19,12 +19,21 @@
#BecomeASponsors a {
color: inherit;
text-decoration: none;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: scale 0.3s;
border-radius: 5px;
margin-left: 1rem;
margin-right: 3rem;
}
#BecomeASponsors a:hover {
cursor: pointer;
scale: 1.05;
}
#BecomeASponsors div a img {
height: 18rem;
width: auto;
padding-right: 3rem;
}
#BecomeASponsors img {
@ -56,6 +65,14 @@ h1 {
text-decoration: none;
cursor: pointer;
background-color: whitesmoke;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
transition: scale 0.3s;
margin: 1rem;
}
.Sponsors a:hover {
cursor: pointer;
scale: 1.05;
}
.Sponsors a div {