Пресонажи.css

Материал из broford wiki
Версия от 21:00, 16 апреля 2025; Admin (обсуждение | вклад) (Новая страница: «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; }»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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;
   }