From cbe9cd009a4955de35ee65a7a82f3980ef12371b Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 8 Sep 2022 15:42:04 -0400 Subject: [PATCH] Progress, image upload --- src/layouts/index.html | 1 + src/static/Images/grid-left-corner.svg | 18 ++++++++++++++++++ src/static/css/style.css | 7 +++---- 3 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 src/static/Images/grid-left-corner.svg diff --git a/src/layouts/index.html b/src/layouts/index.html index 75f39f9..1234f38 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -16,6 +16,7 @@
+ grid pattern
diff --git a/src/static/Images/grid-left-corner.svg b/src/static/Images/grid-left-corner.svg new file mode 100644 index 0000000..02c7f6a --- /dev/null +++ b/src/static/Images/grid-left-corner.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/src/static/css/style.css b/src/static/css/style.css index 5d9ad4c..f763f07 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -142,9 +142,9 @@ h2{ } h3{ - font-family: "pp-neue-machina", sans-serif !important; - color:#00ffd0 !important; - text-transform: uppercase !important; + font-family: "pp-neue-machina", sans-serif; + color:#00ffd0; + text-transform: uppercase; } h4{ @@ -244,7 +244,6 @@ hr{ } .impact-section{ - padding: 160px 0px; } }