Шаблон:ЗК-событие/styles.css — различия между версиями
Материал из HARITONOV
Yasenfire (обсуждение | вклад) (Новая страница: «.alx-gk-event { background: white; }») |
Yasenfire (обсуждение | вклад) |
||
| Строка 1: | Строка 1: | ||
.alx-gk-event { | .alx-gk-event { | ||
background: white; | background: white; | ||
| + | border: 1px solid #666; | ||
| + | color: black; | ||
| + | display: flex; | ||
| + | flex-wrap: wrap; | ||
| + | margin-bottom: 10px; | ||
| + | padding: 10px; | ||
| + | border-radius: 3px; | ||
} | } | ||
Версия 19:35, 31 мая 2019
.alx-gk-event {
background: white;
border: 1px solid #666;
color: black;
display: flex;
flex-wrap: wrap;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
}