[*]
Gallery
Это мой CSS:
body {
font-family: Arial, sans-serif;
margin: 20px;
}
.header-ul {
list-style: none;
padding: 0;
display: flex;
justify-content: center;
gap: 10px;
}
.header-ul li {
display: inline;
margin-right: 10px;
}
.header-ul li a {
text-decoration: none;
color: black;
}
.header-ul li a.selected {
font-weight: bold;
}
.gallery-grid {
display: flex;
flex-wrap: wrap;
}