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