Team:EPF-Lausanne/Template/style.css

From 2012.igem.org

(Difference between revisions)
(Created page with "body{ background: black; }")
Line 1: Line 1:
-
body{
+
#top-section{
-
background: black;
+
margin-bottom: 40px;
 +
}
 +
 
 +
#footer-box{
 +
margin-top: 40px;
 +
}
 +
 
 +
img{
 +
border: 0;
}
}

Revision as of 22:10, 3 June 2012

  1. top-section{

margin-bottom: 40px; }

  1. footer-box{

margin-top: 40px; }

img{ border: 0; }