From 71477f5b19fe024298cb8018ea7e3f98f873b023 Mon Sep 17 00:00:00 2001 From: d3m0k1d Date: Tue, 23 Sep 2025 16:11:43 +0300 Subject: [PATCH] new struct --- frontend/contacts/index.html | 0 frontend/contacts/style.css | 31 +++++++++++++++++++++++++++++++ frontend/guestbook/index.html | 0 frontend/guestbook/style.css | 31 +++++++++++++++++++++++++++++++ frontend/posts/index.html | 0 frontend/posts/style.css | 31 +++++++++++++++++++++++++++++++ 6 files changed, 93 insertions(+) create mode 100644 frontend/contacts/index.html create mode 100644 frontend/contacts/style.css create mode 100644 frontend/guestbook/index.html create mode 100644 frontend/guestbook/style.css create mode 100644 frontend/posts/index.html create mode 100644 frontend/posts/style.css diff --git a/frontend/contacts/index.html b/frontend/contacts/index.html new file mode 100644 index 0000000..e69de29 diff --git a/frontend/contacts/style.css b/frontend/contacts/style.css new file mode 100644 index 0000000..c81e763 --- /dev/null +++ b/frontend/contacts/style.css @@ -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%; +} \ No newline at end of file diff --git a/frontend/guestbook/index.html b/frontend/guestbook/index.html new file mode 100644 index 0000000..e69de29 diff --git a/frontend/guestbook/style.css b/frontend/guestbook/style.css new file mode 100644 index 0000000..c81e763 --- /dev/null +++ b/frontend/guestbook/style.css @@ -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%; +} \ No newline at end of file diff --git a/frontend/posts/index.html b/frontend/posts/index.html new file mode 100644 index 0000000..e69de29 diff --git a/frontend/posts/style.css b/frontend/posts/style.css new file mode 100644 index 0000000..c81e763 --- /dev/null +++ b/frontend/posts/style.css @@ -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%; +} \ No newline at end of file