10 lines
No EOL
247 B
CSS
10 lines
No EOL
247 B
CSS
body, html {
|
|
color: white;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
background-image:url('../img/bannersmol.png');
|
|
background-color: #BA00FF;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
} |