Difference between revisions of "Team:Valencia UPV/header"
Line 27: | Line 27: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
− | font-size: | + | font-size: 16px; |
+ | |||
} | } | ||
Line 33: | Line 34: | ||
width: 100%; | width: 100%; | ||
height: 100%; | height: 100%; | ||
− | + | background-color: transparent; | |
} | } | ||
− | .navbar | + | .navbar { |
margin: 0 auto; | margin: 0 auto; | ||
margin-top: 1em; | margin-top: 1em; | ||
Line 42: | Line 43: | ||
border-radius: 10px; | border-radius: 10px; | ||
text-align: center; | text-align: center; | ||
− | |||
} | } | ||
Line 51: | Line 51: | ||
text-align:center; | text-align:center; | ||
color: #24B694; | color: #24B694; | ||
− | |||
} | } | ||
− | + | ||
− | + | div.menu-bar ul { | |
− | + | display: none; | |
− | + | float: left; | |
− | + | width: 100%; | |
− | + | text-align: center; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | div.menu-bar li:hover > ul { | ||
+ | display: block; | ||
+ | } | ||
</style> | </style> | ||
− | <link rel="stylesheet" href="https:// | + | <link rel="stylesheet" href="https://2014.igem.org/Team:Aalto-Helsinki/stylesheet.css?action=raw&ctype=text/css" type="text/css"> |
<meta name= "viewport" content = "initial-scale=1.0, width= device-width" /> | <meta name= "viewport" content = "initial-scale=1.0, width= device-width" /> | ||
</head> | </head> | ||
− | <header | + | <header> |
− | + | <div class= "menu-bar"> | |
− | + | ||
<ul style=" | <ul style=" | ||
display:inline-flex; width: 100%; text-align; center;"> | display:inline-flex; width: 100%; text-align; center;"> | ||
Line 124: | Line 113: | ||
<li><a href="https://2015.igem.org/Team:Valencia_UPV/Software">SOFTWARE</a></li> | <li><a href="https://2015.igem.org/Team:Valencia_UPV/Software">SOFTWARE</a></li> | ||
− | <li>< | + | <li><a href="https://2015.igem.org/Team:Valencia_UPV/Entrepreneurship">ENTREPRENEURSHIP</a></li> |
</ul> | </ul> | ||
</div> | </div> |
Revision as of 04:12, 28 July 2015