From ff1ca732443eba2b7994e7ab72871e23a504bea4 Mon Sep 17 00:00:00 2001 From: Dom Date: Fri, 21 Apr 2023 23:29:18 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20=D0=B0?= =?UTF-8?q?=D0=B4=D0=B0=D0=BF=D1=82=D0=B8=D0=B2=D0=BD=D1=8B=D0=B9=20=D1=81?= =?UTF-8?q?=D0=B0=D0=B9=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/source/style.css b/source/style.css index bc696d0..565de63 100644 --- a/source/style.css +++ b/source/style.css @@ -45,4 +45,33 @@ footer{ text-align: center; font-size: 18px; letter-spacing:3px; +} + +@media (max-width: 828px){ + header{ + position: sticky; + top: 0px; + height: 26px; + background:rgb(4, 236, 4); + } + .Introduction{ + font-size: 25px; + background:rgb(4, 236, 4); + padding-left: 50px; + padding-top: 25px; + font-weight: bold; + padding-bottom: 25px; + } + footer{ + height: 25px; + background:rgb(4, 236, 4); + font-weight: bold; + text-align: center; + margin-top: 20px; + font-size: 10px; + letter-spacing:3px; + } + footer p{ + padding-top: 5px; + } } \ No newline at end of file