5 lines
79 B
CSS
5 lines
79 B
CSS
.header nav {
|
|
display: flex;
|
|
justify-content: center;
|
|
gap: 20px;
|
|
}
|