Просмотр файла game/style.css

Размер файла: 296B
body {
background-color: #f5d5f5;
color: #6e186d;
width: auto;
font-family: Tahoma;
font-size: 15px;

}
a {
color: #FFDEF7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.a {
background-color: #dd6bdc;
border: 2px solid #611564;
margin: 2px;
padding: 2px;
}