Team:NYMU-Taipei/menu.css

From 2014.igem.org

(Difference between revisions)
m (Created page with "#menu{ height:60px; background: rgba(255,255,255,0.97); }")
m
Line 2: Line 2:
height:60px;
height:60px;
background: rgba(255,255,255,0.97);
background: rgba(255,255,255,0.97);
 +
}
 +
 +
#menu ul{
 +
height:60px;
 +
width:1000px;
 +
}
 +
 +
#menu ul li{
 +
float:left;
 +
height:60px;
 +
width:140px;
}
}

Revision as of 04:54, 2 June 2014

  1. menu{

height:60px; background: rgba(255,255,255,0.97); }

  1. menu ul{

height:60px; width:1000px; }

  1. menu ul li{

float:left; height:60px; width:140px; }