1
0
Fork 0
NCA-Screens/css/style.css

15 lines
214 B
CSS
Raw Normal View History

2011-11-01 19:34:16 -04:00
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%;
}