From 39e787ea3d1dfa77e86fc6a81689b5627ff635a8 Mon Sep 17 00:00:00 2001 From: deilann Date: Sat, 30 Sep 2023 09:29:40 -0500 Subject: [PATCH] new style what this --- k-graphing/words.txt | 15 --------------- styles/kstyle.css | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/k-graphing/words.txt b/k-graphing/words.txt index 411ca5a..06ef6aa 100644 --- a/k-graphing/words.txt +++ b/k-graphing/words.txt @@ -1,18 +1,3 @@ -feedback -pizza -efficiency -funeral -thanks -guitar -criticism -town -church -manufacturer -elevator -driver -meal -awareness -army variety cancer surgery diff --git a/styles/kstyle.css b/styles/kstyle.css index 21228bb..1544440 100644 --- a/styles/kstyle.css +++ b/styles/kstyle.css @@ -25,6 +25,21 @@ body::before { z-index: -1; } +body::after { + content: ""; + margin: 0 auto; + position: fixed; + top: 0; + left: 0; + right: 0; + width: 80%; + height:100%; + background-color: #F037A5; + z-index: -2; + border-left: 20px dashed #00f3fc; + border-right: 20px dashed #00f3fc; +} + /* headers */ h1, h2, h3 {