1 line
185 B
CSS
1 line
185 B
CSS
body {
|
|
background-image: url(images/bg.png);
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
font-size: 10px;
|
|
color: #FFFFCC;
|
|
}
|
|
.logos {
|
|
width: 800px;
|
|
margin-top: 150px;
|
|
}
|