Team:UESTC/nebula.css
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
padding-top: 40px; | padding-top: 40px; | ||
padding-bottom: 40px; | padding-bottom: 40px; | ||
+ | } | ||
+ | #nebula-show{ | ||
+ | margin: 0 auto; | ||
+ | width:687px; | ||
} | } | ||
#nebula-info h1{ | #nebula-info h1{ | ||
Line 17: | Line 21: | ||
#nebula-show a{ | #nebula-show a{ | ||
position: relative; | position: relative; | ||
- | + | top: -292px; | |
+ | left: 550px; | ||
} | } |
Revision as of 04:57, 27 October 2013
- nebula{
height: auto; }
- nebula-info{
width: 80%; height:auto; margin: 0 auto; padding-top: 40px; padding-bottom: 40px; }
- nebula-show{
margin: 0 auto; width:687px; }
- nebula-info h1{
font: 30px museo100regular, arial,verdana; }
- nebula-show p{
font: 18px museo100regular, arial,verdana; }
- nebula-show a{
position: relative; top: -292px; left: 550px; }