Line 30: | Line 30: | ||
.jumbotron { | .jumbotron { | ||
position: absolute; | position: absolute; | ||
− | width: | + | width: 103vw; |
height: 100vh; | height: 100vh; | ||
left: -5%; | left: -5%; | ||
Line 36: | Line 36: | ||
background: linear-gradient(to left, #ff6600 0%, #cc00cc 100%); | background: linear-gradient(to left, #ff6600 0%, #cc00cc 100%); | ||
z-index: 1; | z-index: 1; | ||
+ | } | ||
+ | |||
+ | .tas { | ||
+ | position: absolute; | ||
+ | border-width: medium; | ||
+ | z-index: 999; | ||
+ | color: white; | ||
+ | top: 0.5%; | ||
+ | left: 2%; | ||
+ | font-size: 3.5vh; | ||
+ | font-family: 'Nexa bold', sans-serif; | ||
+ | font-weight: 100; | ||
+ | padding: 3px 1px; | ||
} | } | ||
Revision as of 06:48, 6 June 2018