From 60ebc18af7416d624883bea57a27db95e718a562 Mon Sep 17 00:00:00 2001 From: Agatha Lovelace Date: Fri, 14 Jul 2023 15:16:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/index.css | 8 ++- source/isthechairloadbearingenough.html | 89 +++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 3 deletions(-) create mode 100644 source/isthechairloadbearingenough.html diff --git a/source/css/index.css b/source/css/index.css index 98645f3..ddb5d54 100644 --- a/source/css/index.css +++ b/source/css/index.css @@ -95,12 +95,12 @@ details summary::before { filter: drop-shadow(0 0 5px); } -details[open] > summary { +details[open]>summary { visibility: hidden; font-size: 0; } -details[open] > summary::after { +details[open]>summary::after { content: "←"; visibility: visible; font-size: 26px; @@ -119,6 +119,7 @@ details *:hover { from { font-weight: normal; } + to { filter: drop-shadow(0.5px 0.5px 2px); } @@ -150,6 +151,7 @@ details *:hover { width: 320px; padding-bottom: 4em; } + h1 { filter: drop-shadow(5px 5px 5px var(--bg)); } @@ -184,4 +186,4 @@ details *:hover { details { width: fit-content; } -} +} \ No newline at end of file diff --git a/source/isthechairloadbearingenough.html b/source/isthechairloadbearingenough.html new file mode 100644 index 0000000..42c74c3 --- /dev/null +++ b/source/isthechairloadbearingenough.html @@ -0,0 +1,89 @@ +--- +--- + + + + {% include header.html %} + + + + + Is The Chair Load Bearing Enough + + +

When did you get the fancy load-bearing chair?

+ + + + +

+ +
+ Back To Main Page + + + + \ No newline at end of file