Team:UESTC/hp.css
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
padding-top: 40px; | padding-top: 40px; | ||
padding-bottom: 40px; | padding-bottom: 40px; | ||
+ | } | ||
+ | #action_info h1{ | ||
+ | font: 30px museo100regular, arial,verdana; | ||
} | } | ||
.pp { | .pp { | ||
display: block; | display: block; | ||
width: 40%; | width: 40%; | ||
- | text-align: justify; | + | text-align: justify; |
- | + | ||
float: left; | float: left; | ||
position: relative; | position: relative; | ||
+ | top:60px; | ||
} | } | ||
- | # | + | #ibricks_show h2{ |
font: 18px museo100regular, arial,verdana | font: 18px museo100regular, arial,verdana | ||
+ | position: relative; | ||
+ | top:40px; | ||
+ | } | ||
+ | #ibricks_show { | ||
+ | height: 400px; | ||
+ | } | ||
+ | #ibricks_show p{ | ||
+ | font: 18px museo100regular, arial,verdana | ||
+ | } | ||
+ | #ibricks_show a{ | ||
+ | position:relative; | ||
+ | top:70px; | ||
} | } | ||
#ibricks_show video { | #ibricks_show video { | ||
float: right; | float: right; | ||
+ | position: relative; | ||
+ | top:-160px; | ||
+ | right: 20%; | ||
+ | |||
} | } |
Revision as of 02:23, 27 October 2013
- hp{
height: auto; }
- action_info{
width:80%; margin:0 auto; height:auto; padding-top: 40px; padding-bottom: 40px; }
- action_info h1{
font: 30px museo100regular, arial,verdana; } .pp { display: block; width: 40%; text-align: justify; float: left; position: relative; top:60px; }
- ibricks_show h2{
font: 18px museo100regular, arial,verdana position: relative; top:40px; }
- ibricks_show {
height: 400px; }
- ibricks_show p{
font: 18px museo100regular, arial,verdana }
- ibricks_show a{
position:relative; top:70px; }
- ibricks_show video {
float: right; position: relative; top:-160px; right: 20%;
}