Team:Cornell/sandbox
From 2013.igem.org
(Difference between revisions)
Line 58: | Line 58: | ||
} | } | ||
</style> | </style> | ||
+ | |||
<style type="text/css"> | <style type="text/css"> | ||
#home { | #home { | ||
background: url(https://static.igem.org/mediawiki/2013/9/92/Cornell_hometest1.jpg) | background: url(https://static.igem.org/mediawiki/2013/9/92/Cornell_hometest1.jpg) | ||
50% 0 repeat fixed; min-height: 1000px; | 50% 0 repeat fixed; min-height: 1000px; | ||
+ | height: 1000px; | ||
+ | margin: 0 auto; | ||
+ | width: 100%; | ||
+ | max-width: 1920px; | ||
+ | position: relative; | ||
+ | } | ||
+ | #home article { | ||
+ | height: 458px; | ||
+ | position: absolute; | ||
+ | text-align: center; | ||
+ | top: 150px; | ||
+ | width: 100%; | ||
} | } | ||
#project { | #project { | ||
background: url(https://static.igem.org/mediawiki/2013/c/cc/Cornell_abouttest1.jpg) | background: url(https://static.igem.org/mediawiki/2013/c/cc/Cornell_abouttest1.jpg) | ||
50% 0 no-repeat; min-height: 1000px; | 50% 0 no-repeat; min-height: 1000px; | ||
+ | height: 1000px; | ||
+ | margin: 0 auto; | ||
+ | width: 100%; | ||
+ | max-width: 1920px; | ||
+ | position: relative; | ||
+ | -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.8); | ||
+ | box-shadow: 0 0 50px rgba(0,0,0,0.8); | ||
+ | } | ||
+ | #project article { | ||
+ | height: 458px; | ||
+ | position: absolute; | ||
+ | text-align: center; | ||
+ | top: 150px; | ||
+ | width: 100%; | ||
+ | color: white; | ||
} | } | ||
</style> | </style> |
Revision as of 03:58, 23 December 2013