Template:CSS/notebook
From 2014.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <style rel='stylesheet' type='text/css'> |
- | + | ||
- | + | .container_notebook{ | |
- | + | width:100%; | |
- | + | height:1400px; | |
- | </ | + | position:relative; |
+ | top:-10px; | ||
+ | left:0px; | ||
+ | padding:0px; | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | .topimg{ | ||
+ | position:absolute; | ||
+ | top:50px; | ||
+ | left:220px; | ||
+ | width:920px; | ||
+ | height:200px; | ||
+ | border-radius: 80px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .layout{ | ||
+ | width:920px; | ||
+ | position:absolute; | ||
+ | top:400px; | ||
+ | left:220px; | ||
+ | padding:0px; | ||
+ | margin:0px; | ||
+ | font-family:Verdana; | ||
+ | size:12px; | ||
+ | text-align:justify; | ||
+ | margin-top:40px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | </style> | ||
</html> | </html> |
Revision as of 21:33, 14 October 2014