Dantes (обсуждение | вклад) Нет описания правки |
Dantes (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.race-box { | |||
.race- | border: 2px solid gray; | ||
padding: 10px; | |||
display: inline-block; | |||
background-color: #333; | |||
margin: 10px; | |||
text-align: center; | |||
width: 150px; | |||
} | } | ||
.race- | .race-box img { | ||
width: 100%; | |||
height: auto; | |||
} | } | ||
.race- | .race-box .race-name { | ||
color: white; | |||
font-size: 14px; | |||
margin-top: 5px; | |||
.race- | |||
} | } | ||
Версия от 09:39, 18 января 2025
.race-box {
border: 2px solid gray;
padding: 10px;
display: inline-block;
background-color: #333;
margin: 10px;
text-align: center;
width: 150px;
}
.race-box img {
width: 100%;
height: auto;
}
.race-box .race-name {
color: white;
font-size: 14px;
margin-top: 5px;
}