# Лекция 4
## CSS. Современные возможности
### Мартин Комитски
<style>
body {
background-color: white;
color: black;
}
h1,h2,h3,h4,h5,h6 {
color: #000000 !important;
/* font-style: oblique; */
/* font-weight: bolder; */
font-family: Arial;
/* text-shadow: 0 3px 5px #969696; */
}
ul {
color: #000000 !important;
font-family: Arial;
/* text-shadow: 0 0 15px #FFFFFF; */
/* font-weight: bold; */
}
ul ul {
color: #D10000;
font-family: Arial;
/* font-style: oblique; */
/* text-shadow: 0 0 10px #C9C9C9 !important; */
}
</style>
{"metaMigratedAt":"2023-06-15T00:44:24.142Z","metaMigratedFrom":"Content","title":"Лекция 4","breaks":true,"contributors":"[{\"id\":\"0feb3003-7fbe-4316-9cdd-0ec642490697\",\"add\":627,\"del\":30}]"}