mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-10 21:27:12 -06:00
added sponsors: css boxes or clickable links now have shadows, are more interactive
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user