Шаблон:ЗК-событие/styles.css — различия между версиями

Материал из HARITONOV
Перейти к: навигация, поиск
(Новая страница: «.alx-gk-event { background: white; }»)
 
Строка 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;
}