CollinMarino (Talk | contribs) (Created page with ".TeamContainer{ background-color: #F0F0F1 } .FacultyContainer{ background-color: #CBCBCD } .AdvisorContainer{ background-color: #C1C1C3 } .SubteamTitles{ font-size: 2...") |
CollinMarino (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | body{ | |
− | background-color: | + | background-image: url("https://static.igem.org/mediawiki/2020/9/9f/T--Virginia--images--tilewhite.png"); |
+ | background-repeat: repeat repeat; | ||
+ | background-size: 30%; | ||
+ | background-color: white; | ||
} | } | ||
− | . | + | |
− | + | .genTitle{ | |
+ | font-family: 'THICCCBOI', THICCCBOI; | ||
+ | font-size: 4em; | ||
+ | margin: none; | ||
+ | text-align: center; | ||
+ | padding: 2vh 0px 4vh 0px; | ||
} | } | ||
− | . | + | |
− | + | .genTitle::after{ | |
+ | content: ""; | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | right: 0px; | ||
+ | width: 80vw; | ||
+ | height: 0; | ||
+ | border-left: 1vw solid transparent; | ||
+ | border-top: 0.5vw solid #3B3838; | ||
+ | } | ||
+ | |||
+ | .zoomers{ | ||
+ | width: 100%; | ||
} | } | ||
− | . | + | .zoomSelect:hover{ |
− | + | border: solid #C6D56A; | |
− | + | ||
− | + | ||
} | } |
Revision as of 02:17, 28 October 2020
body{
background-image: url(""); background-repeat: repeat repeat; background-size: 30%; background-color: white;
}
.genTitle{
font-family: 'THICCCBOI', THICCCBOI; font-size: 4em; margin: none; text-align: center; padding: 2vh 0px 4vh 0px;
}
.genTitle::after{
content: ""; display: block; position: absolute; right: 0px; width: 80vw; height: 0; border-left: 1vw solid transparent; border-top: 0.5vw solid #3B3838;
}
.zoomers{
width: 100%;
}
.zoomSelect:hover{
border: solid #C6D56A;
}