CSS/gifu/main
From 2014.igem.org
(Difference between revisions)
Line 280: | Line 280: | ||
#base{ | #base{ | ||
position:relative; | position:relative; | ||
- | top: | + | top:130px; |
- | + | ||
margin-left:auto; | margin-left:auto; | ||
- | margin-right:auto; | + | margin-right:auto; |
+ | width:500px; | ||
z-index:10000; | z-index:10000; | ||
} | } | ||
#point{ | #point{ | ||
- | position: | + | position:absolute; |
top:200px; | top:200px; | ||
- | left: | + | left:600px; |
transform: rotate(0 deg); | transform: rotate(0 deg); | ||
z-index:1000; | z-index:1000; | ||
Line 316: | Line 316: | ||
.menu1{ | .menu1{ | ||
- | + | ||
- | top: | + | position:absolute; |
- | left: | + | top:13px; |
- | + | left:180px; | |
+ | |||
+ | |||
+ | |||
} | } | ||
+ | .menu2{ | ||
+ | |||
+ | position:absolute; | ||
+ | top:200px; | ||
+ | left:400px; | ||
+ | |||
+ | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
.menu3{ | .menu3{ | ||
- | + | ||
+ | position:absolute; | ||
top:170px; | top:170px; | ||
left:20px; | left:20px; |
Revision as of 04:56, 31 August 2014