Team:Groningen/Templates/Navigationbar
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
- | + | * { | |
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | background: #e5e5e7; | ||
+ | } | ||
+ | |||
+ | nav { | ||
+ | font-family: Helvetica, Arial, "Lucida Grande", sans-serif; | ||
+ | line-height: 1.5; | ||
+ | margin: 50px auto; /*for display only*/ | ||
+ | width: 200px; | ||
+ | -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2); | ||
+ | -moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2); | ||
+ | box-shadow: 2px 2px 5px rgba(0,0,0,0.2); | ||
+ | } | ||
+ | |||
+ | .menu-item { | ||
+ | background: #fff; | ||
+ | width: 200px; | ||
+ | } | ||
</style> | </style> | ||
Revision as of 12:27, 16 July 2013