(Created page with "<html> <style> body, html {height: 100%;} div.hero { background-image: url("https://static.igem.org/mediawiki/2018/e/e2/T--US_AFRL_CarrollHS--filler1.png"); height: 100%; backgro...") |
|||
(20 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
<style> | <style> | ||
− | + | .hero img { | |
− | + | height: 100vh; | |
− | + | width: 100%; | |
− | + | left: 0px; | |
− | + | right: 0px; | |
+ | top: -50px; | ||
+ | padding: 0px; | ||
+ | margin:0px; | ||
background-position: center; | background-position: center; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: cover; | background-size: cover; | ||
position:relative; | position:relative; | ||
+ | z-index: 1; | ||
} | } | ||
</style> | </style> | ||
− | |||
− | |||
− | |||
</html> | </html> |
Latest revision as of 04:53, 17 October 2018