Team:NYMU-Taipei/menu.css

From 2014.igem.org

(Difference between revisions)
m
m
Line 9: Line 9:
}
}
-
#menu ul li{
+
#menu>ul>li{
display:inline-block;
display:inline-block;
height:60px;
height:60px;
width:140px;
width:140px;
}
}

Revision as of 05:02, 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{

display:inline-block; height:60px; width:140px; }