Team:SYSU-Software/header.css
From 2013.igem.org
(Difference between revisions)
Lovedayluk (Talk | contribs) (Created page with "#home-header{ height: 200px; width: 980px; background-color: white; } #home-header-logo{ position: relative; left: 10px; top:30px; ...") |
Lovedayluk (Talk | contribs) |
||
Line 11: | Line 11: | ||
#home-header-text{ | #home-header-text{ | ||
position: relative; | position: relative; | ||
- | left: | + | left: 10px; |
- | top: | + | top: 35px; |
} | } | ||
Line 23: | Line 23: | ||
position: relative; | position: relative; | ||
- | top: | + | top: 80px; |
} | } | ||
.nav{ | .nav{ |
Revision as of 14:00, 8 August 2013
- home-header{
height: 200px; width: 980px; background-color: white; } #home-header-logo{ position: relative; left: 10px; top:30px; } #home-header-text{ position: relative; left: 10px; top: 35px; }
#navigation{ float: right; height: 33px;
z-index: 100;
position: relative; top: 80px; } .nav{ display: inline;
height: 47px; background-color:#A8DBD2; } .navbar-inverse .nav > li > a{ font-size: 14px; border: none; } #nav-li{ height: 43px; } .navbar-inverse .nav > li.active > a{ background-color: #FFE14B; height: 16px; } .navbar-inverse .nav > li.active > a{ background-color: #FFE14B; }