new struct
This commit is contained in:
0
frontend/contacts/index.html
Normal file
0
frontend/contacts/index.html
Normal file
31
frontend/contacts/style.css
Normal file
31
frontend/contacts/style.css
Normal 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%;
|
||||||
|
}
|
||||||
0
frontend/guestbook/index.html
Normal file
0
frontend/guestbook/index.html
Normal file
31
frontend/guestbook/style.css
Normal file
31
frontend/guestbook/style.css
Normal 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%;
|
||||||
|
}
|
||||||
0
frontend/posts/index.html
Normal file
0
frontend/posts/index.html
Normal file
31
frontend/posts/style.css
Normal file
31
frontend/posts/style.css
Normal 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%;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user