/
maxxon
/
web-static-labs
Обзор
Документация
Войти
/
maxxon
/
web-static-labs
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
html/lab5/task0/styles.css
40 строк
1 KB
Dasha_10
изменения
19 окт 2025, 18:51
19 окт 2025, 18:51
b6adcb0
Код
Авторство
О чём код?
body { font-family: sans-serif; background-color: #f0f8ff; /* Light AliceBlue - very pale blue */ color: #483d8b; /* DarkSlateBlue - a muted purple-blue */ margin: 20px; line-height: 1.6; } h1 { color: #6a5acd; /* SlateBlue - a slightly brighter purple-blue */ border-bottom: 1px solid #b0c4de; /* LightSteelBlue - a light, silvery blue for the border */ padding-bottom: 5px; } ul { list-style-type: circle; /* Use circle for the list bullets, softer than disc */ padding-left: 20px; } li { margin-bottom: 8px; } a { color: #778899; /* LightSlateGray - a medium-grayish blue */ text-decoration: none; } a:hover { color: #4682b4; /* SteelBlue - a slightly brighter blue for hover effect */ text-decoration: underline; } /* Optional: Add a subtle box shadow to elements */ h1, ul { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Very subtle shadow */ padding: 10px; background-color: #fff; /* White background for better readability with shadow */ border-radius: 5px; /* Rounded corners for softness */ }