Internet_prog/2 лаба/style.css
2023-10-24 12:26:58 +04:00

42 lines
463 B
CSS

header nav {
background-color: pink;
font-weight: 1000px;
}
@media (min-width: 1568px) {
header nav {
height: 64px;
}
}
header nav a:hover {
text-decoration: underline;
}
footer {
background-color: pink;
height: 32px;
font-weight: 900px;
color: black;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 1.75em;
}
h3 {
font-size: 1.71em;
}
h4 {
font-size: 1.80em;
}
h5 {
font-size: 3.10em;
}