Line 214: | Line 214: | ||
width:100%; | width:100%; | ||
align:left; | align:left; | ||
+ | } | ||
+ | |||
+ | /* Jumbotron */ | ||
+ | |||
+ | .jumbotron { | ||
+ | height: 300px; | ||
+ | background-size: cover; | ||
+ | position: relative; | ||
+ | } | ||
+ | |||
+ | .jumbotron h1, .jumbotron p { | ||
+ | color: white; | ||
+ | text-shadow: 0 0 5px black; | ||
+ | } | ||
+ | |||
+ | .jumbotron-text { | ||
+ | position: absolute; | ||
+ | bottom: 10px; | ||
} | } | ||
Revision as of 00:21, 15 October 2016