Team:UCLA/anuved verma ucla2014 workspace/CSS
From 2014.igem.org
(Difference between revisions)
Anuvedverma (Talk | contribs) |
Anuvedverma (Talk | contribs) |
||
Line 539: | Line 539: | ||
<style type="text/css"> | <style type="text/css"> | ||
.page_header{ | .page_header{ | ||
- | position: | + | position: absolute; |
- | background-image:url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png'); | + | background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png'); |
- | width:100%; | + | width: 100%; |
- | height:70%; | + | height: 70%; |
z-index: -1; | z-index: -1; | ||
} | } | ||
Line 581: | Line 581: | ||
left:70%; | left:70%; | ||
opacity: 0.5; | opacity: 0.5; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | |||
+ | <!--CONTENT SECTIONS--> | ||
+ | <style type="text/css"> | ||
+ | .content{ | ||
+ | position: relative; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_light.png'); | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | z-index: -1; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 22:38, 21 September 2014