15 lines
No EOL
214 B
CSS
15 lines
No EOL
214 B
CSS
body {
|
|
background-color: #00487D;
|
|
}
|
|
|
|
#drop {
|
|
background-color: #0066B3;
|
|
height: 300px;
|
|
width: 800px;
|
|
text-align: center;
|
|
margin-top: -150px;
|
|
margin-left: -400px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
} |