bidzan.net/other/css/navbar.css
2024-12-12 12:09:44 +00:00

14 lines
204 B
CSS

body {
align: center;
display: flex;
text-align: center;
background-image: none;
background-color: black;
line-height: 22px;
justify-content: center;
margin-inline: auto;
}
a {
color: orange;
}