Template:Template
From 2014.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
#menu { | #menu { | ||
margin: 0 23%; | margin: 0 23%; | ||
- | width: | + | width: 100%; |
z-index: 99999; | z-index: 99999; | ||
- | font-size: 17px | + | font-size: 17px; |
- | + | ||
font-weight: 400; | font-weight: 400; | ||
height: 100px; | height: 100px; | ||
} | } | ||
+ | |||
+ | #menu ul { | ||
+ | width: 100%; | ||
+ | margin: 0 auto; | ||
+ | padding-top: 10px; | ||
+ | list-style: none; | ||
+ | display: noene; | ||
+ | position: absolute; | ||
+ | } | ||
+ | |||
+ | #menu li{ | ||
+ | position:relative; | ||
+ | } | ||
+ | |||
#menu ul li { | #menu ul li { | ||
Line 18: | Line 31: | ||
float: left; | float: left; | ||
padding: 10px 37px; | padding: 10px 37px; | ||
- | + | width: 100px; | |
margin-top: 100px; | margin-top: 100px; | ||
- | + | border-top: 2px solid #F0A30A; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 36: | Line 42: | ||
text-align: center; | text-align: center; | ||
padding-bottom: 25px; | padding-bottom: 25px; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Revision as of 08:50, 17 October 2014