new struct

This commit is contained in:
d3m0k1d
2025-09-23 16:11:43 +03:00
parent 539e0e8410
commit 71477f5b19
6 changed files with 93 additions and 0 deletions

View File

View File

@@ -0,0 +1,31 @@
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%;
}

View File

View File

@@ -0,0 +1,31 @@
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%;
}

View File

31
frontend/posts/style.css Normal file
View File

@@ -0,0 +1,31 @@
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%;
}