Пресонажи.css: различия между версиями

Материал из broford wiki
(Новая страница: «h1 { text-align: center; color: #333; } ul.character-list { list-style: none; padding: 0; } li.character { background-color: #fff; margin: 10px 0; padding: 15px; border-radius: 8px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); } .character-name { font-weight: bold; font-size: 1.2em; } .character-description { color: #666; }»)
 
(Полностью удалено содержимое страницы)
Метка: очистка
 
Строка 1: Строка 1:
h1 {
 
      text-align: center;
      color: #333;
    }
    ul.character-list {
      list-style: none;
      padding: 0;
    }
    li.character {
      background-color: #fff;
      margin: 10px 0;
      padding: 15px;
      border-radius: 8px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .character-name {
      font-weight: bold;
      font-size: 1.2em;
    }
    .character-description {
      color: #666;
    }

Текущая версия от 21:00, 16 апреля 2025