/
DOLOR3SS
/
lovee
Обзор
Документация
Войти
/
DOLOR3SS
/
lovee
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
style.css
114 строк
2 KB
DOLOR3SS
Create: index.html, style.css, script.js, cat_angry.png, cat_happy.png, kitten.png, heart_red.png, msg3.png, msg2.png, msg1.png
16 июн 2026, 21:03
Верифицирован
16 июн 2026, 21:03
00b347e
Код
Авторство
О чём код?
box-shadow: 0 10px 30px rgba(0,0,0,0.12); } .choice-inner { display: flex; flex-direction: column; align-items: center; gap: 10px; } .icon-envelope, .icon-heart { width: 60px; height: 50px; } .choice-inner span { font-size: 1.1rem; font-weight: 600; color: #333; } /* ===== ПИСЬМО ===== */ #screen-letter { background: white; } .kitten-img { max-width: 260px; border: 8px solid #ffb6c1; border-radius: 30px; margin-bottom: 20px; } .text-box { background: white; border: 3px solid black; border-radius: 25px; padding: 20px 40px; max-width: 500px; margin: 15px 0; } .text-box p { font-size: 1.3rem; color: black; } .btn-back-choices { background: transparent; border: none; font-size: 2rem; cursor: pointer; color: #333; padding: 10px; transition: transform 0.3s; } .btn-back-choices:hover { transform: scale(1.2); } #final-heart-container, #final-heart-container-2 { margin-top: 15px; } .final-heart { width: 50px; cursor: pointer; transition: transform 0.3s; } .final-heart:hover { transform: scale(1.2); } /* ===== СКРИНШОТЫ ===== */ #screen-screenshots { background: white; } .screenshots-grid { display: flex; flex-wrap: wrap; gap: 15px; justify-content: center; margin-bottom: 20px; } .screenshots-grid img { max-width: 180px; border: 4px solid black; border-radius: 20px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .confession-box { background: white; border: 4px solid #ffb6c1; border-radius: 25px; padding: 20px 40px; max-width: 500px; margin: 15px 0; } .confession-box p { font-size: 1.5rem; color: black; } /* адаптация под телефон */ @media (max-width: 600px) { .choice-btn { width: 140px; height: 160px; } .screenshots-grid img { max-width: 120px; } }