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

  1. nebula{

height: auto; }

  1. nebula-info{

width: 80%; height:auto; margin: 0 auto; padding-top: 40px; padding-bottom: 40px; }

  1. nebula-show{

margin: 0 auto; width:687px; }

  1. nebula-info h1{

font: 30px museo100regular, arial,verdana; }

  1. nebula-show p{

font: 18px museo100regular, arial,verdana; }

  1. nebula-show a{

position: relative; top: -292px; left: 550px; }