From 123fa72fbb00c22f87832aeed6d493e7e5600862 Mon Sep 17 00:00:00 2001 From: orange Date: Fri, 17 Mar 2023 15:38:56 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=B3?= =?UTF-8?q?=D0=BE=D1=82=D0=BE=D0=B2=20=D1=81=D0=B0=D0=B9=D1=82=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=20=D0=BF=D0=BA=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Header.css | 5 +++-- source/index.html | 5 ++++- source/style.css | 33 ++++++++++++++++++++++++++++++--- 3 files changed, 37 insertions(+), 6 deletions(-) diff --git a/source/Header.css b/source/Header.css index 3958eb6..5b3c5da 100644 --- a/source/Header.css +++ b/source/Header.css @@ -12,11 +12,12 @@ position: fixed; height: 32px; width: 100%; - background: #04030f; + background: #04f30f; + z-index: 999999999999; } .header > img { height: 100%; margin: auto; display: block; - padding: 4px 0px 4px 0px; + padding: 8px 0px 8px 0px; } \ No newline at end of file diff --git a/source/index.html b/source/index.html index fc18e07..ed932e8 100644 --- a/source/index.html +++ b/source/index.html @@ -9,7 +9,10 @@
- Логотип «Игровой» + Логотип «Игровой» +
+
+ Единый проход на сервера опен-сорс игр с регулярным тусейшеном и ахуенными плагинами ヾ(⌐■_■)ノ♪
diff --git a/source/style.css b/source/style.css index 97c6e7e..3a8b96d 100644 --- a/source/style.css +++ b/source/style.css @@ -8,10 +8,37 @@ font-size: 14pt; } body { - background: #24232f; + background: #04030F; } +.info { + position: absolute; + background: #04f30f; + top: 32px; + width: 100%; + height: 384px; +} + +.info > b > big { + font-size: 64px; + color: rgba(0, 0, 0, 0.25); +} + +.info > b { + padding: 64px; + display: block; + width: 1650px; + font-size: 64px; + line-height: 1.25; + letter-spacing: 1px; + text-decoration: none; + text-transform: lowercase; + overflow-wrap: break-word; +} + + + .elem { - width: 100vw; - height: 100vh; + width: 0; + height: 1000vw; } \ No newline at end of file