Difference between revisions of "Deil2"
Jump to navigation
Jump to search
imported>Deil |
imported>Deil |
||
Line 1: | Line 1: | ||
<css> | <css> | ||
+ | #base { | ||
+ | position: absolute; | ||
+ | left: 10px; | ||
+ | top: 190px; | ||
+ | z-index: 2; | ||
+ | width: 100px; | ||
+ | height: 200px; | ||
+ | margin: 0px auto 0px auto; | ||
+ | background-color:#F2D681; | ||
+ | border-style:inset; | ||
+ | border-color: #EEBB00; | ||
+ | } | ||
.menu1 { | .menu1 { | ||
background:red; | background:red; |