From 6839d636aa9b71af0395596177d6ae1d751a88c8 Mon Sep 17 00:00:00 2001 From: orange Date: Sun, 12 Mar 2023 18:22:24 +0600 Subject: [PATCH] =?UTF-8?q?=D0=AF=20=D0=B1=D0=B5=D1=80=D1=83=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D1=8B=20,=5F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Header.css | 36 +----------------------------------- source/index.html | 4 ++-- source/style.css | 35 ++--------------------------------- 3 files changed, 5 insertions(+), 70 deletions(-) diff --git a/source/Header.css b/source/Header.css index 7ce9c6c..3958eb6 100644 --- a/source/Header.css +++ b/source/Header.css @@ -19,38 +19,4 @@ margin: auto; display: block; padding: 4px 0px 4px 0px; -} -/* .header > div.link { - display: block; - position: relative; - top: -32px; - margin: auto; - width: 96px; - height: 32px; - padding: 4px 0px 4px 0px; - opacity: 0; - background: #04030f; - background-image: url(img/g5183-6.svg); - background-repeat: no-repeat; - background-size: 96px; - background-position: 50% 4px; - transition: opacity .3s ease, height .3s ease, top 0s ease; - animation: checks .3s forwards; -} -.header > div.link:hover { - animation: check .3s forwards; - width: 100%; - height: 64px; - opacity: 1; -} -.header > div.link:hover > a.Discord { - display: block; -} -.header > div.link > a.Discord { - color: white; - display: none; - text-align: center; - position: relative; - top: calc(100% - 14px - (50% / 4)); - font-size: 14px; -} */ \ No newline at end of file +} \ No newline at end of file diff --git a/source/index.html b/source/index.html index eea6269..01f6e0e 100644 --- a/source/index.html +++ b/source/index.html @@ -9,9 +9,9 @@
- Logo + Логотип «Игровой»
- \ No newline at end of file + diff --git a/source/style.css b/source/style.css index d973f06..97c6e7e 100644 --- a/source/style.css +++ b/source/style.css @@ -11,38 +11,7 @@ body { background: #24232f; } -/* Приобретение предложения */ -/* .buy { - position: relative; - width: 511px; - height: 334.15px; - left: 705px; - top: 401.63px; - display: flex; - flex-direction: column; - align-items: center; - justify-content: start; - gap: 32px 0px; - padding: 0px; - flex-wrap: wrap; - align-content: center; -} */ - -/* Стоимость предложения */ -/* .buy > h1 { - width: 576px; - height: 58px; - color: rgba(244, 243, 255, 1); - font-size: 48px; - font-weight: 800; - line-height: 1.2; - letter-spacing: 8px; - text-decoration: none; - text-transform: lowercase; - text-align: center; - } */ - .elem { - width: 20px; - height: 2000px; + width: 100vw; + height: 100vh; } \ No newline at end of file