Template:CSS/modeling
From 2014.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<style rel='stylesheet' type='text/css'> | <style rel='stylesheet' type='text/css'> | ||
- | . | + | .container_modeling{ |
width:100%; | width:100%; | ||
- | height: | + | height:2000px; |
- | background-image: url(https://static.igem.org/mediawiki/2014/ | + | background-image:url(https://static.igem.org/mediawiki/2014/6/6e/Scribblebg_iitd.png); |
- | position: | + | position:relative; |
top:-10px; | top:-10px; | ||
left:0px; | left:0px; | ||
Line 12: | Line 12: | ||
margin:0px; | margin:0px; | ||
} | } | ||
+ | |||
+ | .topimg{ | ||
+ | position:absolute; | ||
+ | top:50px; | ||
+ | left:220px; | ||
+ | width:920px; | ||
+ | height:200px; | ||
+ | border-radius:80px; | ||
+ | } | ||
+ | |||
+ | .topimg img{ | ||
+ | border-radius:10px; | ||
+ | } | ||
+ | |||
+ | .layout{ | ||
+ | width:920px; | ||
+ | position:absolute; | ||
+ | top:400px; | ||
+ | left:220px; | ||
+ | padding:0px; | ||
+ | margin:0px; | ||
+ | font-family:Verdana; | ||
+ | size:12px; | ||
+ | text-align:justify; | ||
+ | margin-top:40px; | ||
+ | } | ||
+ | |||
+ | .layout ul li{ | ||
+ | list-style:none; | ||
+ | } | ||
+ | |||
Revision as of 17:46, 15 October 2014