34 lines
482 B
CSS
34 lines
482 B
CSS
|
|
#art-banner{
|
|
|
|
|
|
background-color:#012b64;
|
|
|
|
background-color:#0066aa;
|
|
|
|
height:100%;
|
|
width: 100%;
|
|
|
|
margin:0px;
|
|
padding:0px;
|
|
height: 200px;
|
|
background-size: 100% 100%;
|
|
|
|
|
|
position: absolute;
|
|
top:0px;
|
|
left: 0px;
|
|
z-index: 1;
|
|
border-bottom: 3px solid black;
|
|
|
|
}
|
|
|
|
body{
|
|
background: none;
|
|
background-image: none;
|
|
background-size: 0,0;
|
|
background-color: #e8e8ea;
|
|
background-color:white;
|
|
|
|
}
|