/
magarich
/
web
Обзор
Документация
Войти
/
magarich
/
web
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
html/lab3/style.css
33 строки
874 B
Юра Магарьян
Final submission: Lab2 and Lab3 by Magaryan Yury PIZ2402
17 апр 2026, 23:12
17 апр 2026, 23:12
0827836
Код
Авторство
О чём код?
body { font-family: sans-serif; max-width: 800px; margin: 40px auto; line-height: 1.5; padding: 0 20px; } .personal-info { background: #f9f9f9; padding: 15px; border-radius: 8px; margin-bottom: 20px; } h1, h2 { color: #2c3e50; } .tasks-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin-top: 15px; } .tasks-list a { background: #e0e0e0; padding: 10px; border-radius: 5px; text-decoration: none; color: #333; } .tasks-list a:hover { background: #d0d0d0; }