15 lines
280 B
CSS
15 lines
280 B
CSS
body {
|
|
background-color: #BA00FF;
|
|
color: white;
|
|
background-image:url('../img/media/MediaHeader.png');
|
|
background-position: top;
|
|
background-repeat: no-repeat;
|
|
}
|
|
a {
|
|
color: white;
|
|
text-decoration:none;
|
|
font-weight:bold;
|
|
}
|
|
table {
|
|
margin: auto;
|
|
}
|