mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-07-11 05:37:12 -06:00
added sponsor: sponsor table css finished, page finished
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
:root {
|
||||
--tableBackground: white;
|
||||
}
|
||||
#OurSponsors {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -12,8 +15,19 @@
|
||||
}
|
||||
|
||||
#BecomeASponsors div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border-bottom: 2px solid black;
|
||||
padding-bottom: 4svh;
|
||||
margin-left: 1svw;
|
||||
margin-right: 1svw;
|
||||
}
|
||||
|
||||
#BecomeASponsors div div {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
border-bottom: none;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
#BecomeASponsors a {
|
||||
@ -24,6 +38,7 @@
|
||||
border-radius: 5px;
|
||||
margin-left: 1rem;
|
||||
margin-right: 3rem;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
#BecomeASponsors a:hover {
|
||||
@ -41,6 +56,32 @@
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#BecomeASponsors table {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#BecomeASponsors table caption {
|
||||
background-color: red;
|
||||
color: white;
|
||||
text-align: start;
|
||||
padding-left: 4svw;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
#BecomeASponsors table thead {
|
||||
background-color: black;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.evenRow {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
.oddRow {
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
|
||||
#Sponsor {
|
||||
background-color: white;
|
||||
}
|
||||
@ -52,6 +93,7 @@
|
||||
h1 {
|
||||
text-align: left;
|
||||
border-bottom: 2px solid black;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.Sponsors {
|
||||
|
Reference in New Issue
Block a user