Difference between revisions of "Team:UMaryland/protocols"
Line 35: | Line 35: | ||
} | } | ||
− | + | #layer1 { | |
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | margin:0px; | ||
+ | padding:20px; | ||
+ | background-color: #89e1ff; | ||
+ | min-height:42px; | ||
+ | top:-245px; | ||
+ | border-top:2px solid black; | ||
+ | } | ||
+ | #layer2 { | ||
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | margin:0px; | ||
+ | padding:20px; | ||
+ | background-color:#ffffff; | ||
+ | min-height:42px; | ||
+ | top:-245px; | ||
+ | border-top:2px solid black; | ||
+ | } | ||
+ | #layer3 { | ||
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | margin:0px; | ||
+ | padding:20px; | ||
+ | background-color:#7fcff9; | ||
+ | min-height:42px; | ||
+ | top:-245px; | ||
+ | border-top:2px solid black; | ||
+ | } | ||
+ | #layer4 { | ||
+ | overflow:hidden; | ||
+ | position:relative; | ||
+ | width:100%; | ||
+ | margin:0px; | ||
+ | padding:20px; | ||
+ | background-color:#ffffff; | ||
+ | min-height:42px; | ||
+ | } | ||
#contentbox{ | #contentbox{ | ||
width: 80%; | width: 80%; |
Revision as of 10:16, 18 September 2015