Team:UCL/static/xfooter.css

From 2013.igem.org

(Difference between revisions)
(Created page with "#footer1, #footer2 { display:none; } #footer1 { width:100%; height:100px; background:yellow; float:left; } #footer2 { width:100%; height:100px; background:orange; float:left; }")
Line 1: Line 1:
-
#footer1,
 
-
#footer2
 
-
{
 
-
display:none;
 
-
}
 
-
 
-
 
#footer1
#footer1
{
{
width:100%;
width:100%;
-
height:100px;
+
height:20px;
background:yellow;
background:yellow;
float:left;
float:left;
Line 20: Line 13:
background:orange;
background:orange;
float:left;
float:left;
 +
display:none;
}
}

Revision as of 18:46, 12 August 2013

  1. footer1

{ width:100%; height:20px; background:yellow; float:left; }

  1. footer2

{ width:100%; height:100px; background:orange; float:left; display:none; }