Files
d3m0k1d.ru/posts/style.css
2025-11-20 17:21:44 +03:00

31 lines
393 B
CSS

body
{
background-color: black;
font-family: commit mono, monospace;
color: white;
}
a
{
text-decoration: none;
color: white;
}
.navigation
{
font-size: 18px;
width: 50%;
margin: auto;
display: flex;
justify-content: center;
padding-top: 1%;
}
.home-btn,
.posts-btn,
.guest-btn,
.contacts-btn {
margin-left: 6.25%;
margin-right: 6.25%;
}