From 1758f02c128e8c9d195330895ad549bb82df4455 Mon Sep 17 00:00:00 2001 From: mpotane <1000100ten@gmail.com> Date: Sat, 21 Jan 2023 15:46:03 +0800 Subject: [PATCH] =?UTF-8?q?Fix=20h-tag=20sequentially-descending=20order,?= =?UTF-8?q?=20etc=20=F0=9F=94=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beginner/index.css | 4 ++-- beginner/index.html | 16 +++++----------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/beginner/index.css b/beginner/index.css index fcc5434..6fb3b93 100644 --- a/beginner/index.css +++ b/beginner/index.css @@ -114,7 +114,6 @@ li { section { min-height: 100vh; - height: auto; } /* Setting the background of the hero section to a gradient. */ @@ -149,6 +148,7 @@ section { .txt__under { font-weight: 700; color: rgb(83, 81, 81); + font-size: 1.3rem; } .desc { @@ -311,7 +311,7 @@ figcaption { .ftr { background-color: #262626; - min-height: 15vh; + min-height: 10vh; display: grid; place-items: center; color: rgb(229, 229, 229); diff --git a/beginner/index.html b/beginner/index.html index a6f0321..5711c40 100644 --- a/beginner/index.html +++ b/beginner/index.html @@ -1,9 +1,10 @@
- + +