From 8b9a0f865a1537b83472c2e84275e06da615bb32 Mon Sep 17 00:00:00 2001 From: orange Date: Sat, 18 Mar 2023 14:17:31 +0600 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BA=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D1=8F=20#3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/style.css | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/source/style.css b/source/style.css index 6daf40e..f1168a6 100644 --- a/source/style.css +++ b/source/style.css @@ -27,6 +27,17 @@ body { height: 384px; } +.info::after { + content: ""; + display: block; + width: calc(1930px - 27px); + height: 384px; + position: absolute; + top: 0; + background: var(--main-g-color); + z-index: -1; +} + .info > b > big { font-size: 64px; color: rgba(0, 0, 0, 0.25); @@ -35,7 +46,7 @@ body { .info > b { padding: 64px; display: block; - width: 1650px; + width: 1594px; font-size: 64px; line-height: 1.25; letter-spacing: 1px; @@ -60,4 +71,15 @@ body { padding: 5px 0px 8px 0px; text-decoration: none; text-transform: none; +} + +.footer::before { + content: ""; + display: block; + width: calc(1930px - 27px); + height: 32px; + margin-top: auto; + position: absolute; + background: var(--main-g-color); + z-index: -1; } \ No newline at end of file