Team:UPenn
From 2013.igem.org
(Difference between revisions)
Line 65: | Line 65: | ||
height: 20px; | height: 20px; | ||
background-color: gray; | background-color: gray; | ||
+ | } | ||
+ | |||
+ | #navigation { | ||
+ | position: fixed; | ||
+ | right: 100px; | ||
+ | top: 100px; | ||
+ | list-style-type: none; | ||
+ | |||
+ | } | ||
+ | |||
+ | #navigation li { | ||
+ | height: 20px; | ||
+ | margin: 50px; | ||
+ | width: 20px; | ||
+ | background-color: white; | ||
+ | -moz-border-radius: 100% | ||
+ | -ms-border-radius: 100%; | ||
+ | -webkit-border-radius: 100%; | ||
+ | -o-border-radius: 100%; | ||
+ | border-radius: 100%; | ||
+ | opacity: .5; | ||
} | } | ||
Line 102: | Line 123: | ||
<div class="space"></div> | <div class="space"></div> | ||
+ | <ul id="navigation"> | ||
+ | <li><a href="#one"></a></li> | ||
+ | <li><a href="#two"></a></li> | ||
+ | <li><a href="#three"></a></li> | ||
+ | </ul> | ||
<div class="one"> | <div class="one"> |
Revision as of 17:10, 19 June 2013