From 21b3dd0e66211504bde3191ef54afed0c6272c73 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 15 Sep 2022 14:02:18 -0400 Subject: [PATCH] CSS cleanup --- src/static/css/style.css | 89 ++++++++-------------------------------- 1 file changed, 16 insertions(+), 73 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 0bf74a5..db46386 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -8,14 +8,6 @@ body{ background-size: contain;*/ } -/* -.hero-container{ - background-image: url("/Images/x-large-grid-hero.svg"); - background-size: auto; - background-color: #1a1a1a; -} -*/ - .container{ max-width: 1920px; padding:0px; @@ -74,73 +66,15 @@ div.container-fluid.top-nav{ /* Brand Colors */ - /* Type Colors */ + /* Type Colors: */ + /* Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.*/ - .teal{ - color:#00ffd0; - } - - .black{ - color: #1a1a1a; - } - - .dark-gray{ - color: #4d4d4d; - } - - .grid-gray{ - color: #949494; - } - - .light-gray{ - color: #e1e1e1; - } - - .white{ - color: #ffffff; - } - - .purple{ - color: #8000ff; - } - - .orange{ - color: #ff4100; - } + .teal{color:#00ffd0;}.black{color:#1a1a1a;}.dark-gray{color:#4d4d4d;}.grid-gray{color:#949494;}.light-gray{color: #e1e1e1;}.white{color:#ffffff;}.purple{color: #8000ff;}.orange{color: #ff4100;} /* Background Colors */ + /*Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.*/ - .teal-bg{ - background-color:#00ffd0; - } - - .black-bg{ - background-color: #1a1a1a; - } - - .dark-gray-bg{ - background-color: #4d4d4d; - } - - .grid-gray-bg{ - background-color: #949494; - } - - .light-gray-bg{ - background-color: #e1e1e1; - } - - .white-bg{ - background-color: #ffffff; - } - - .purple-bg{ - background-color: #8000ff; - } - - .orange-bg{ - background-color: #ff4100; - } + .teal-bg{background-color:#00ffd0;}.black-bg{background-color: #1a1a1a;}.dark-gray-bg{background-color: #4d4d4d;}.grid-gray-bg{background-color: #949494;}.light-gray-bg{background-color: #e1e1e1;}.white-bg{background-color: #ffffff;}.purple-bg{background-color: #8000ff;}.orange-bg{background-color: #ff4100;} /* General Typography */ @@ -204,7 +138,7 @@ li{ } h3{ - font-size: 80px; + font-size: 3.8rem; line-height: 80px; margin-bottom: 45px; margin-top: 25px; @@ -243,7 +177,7 @@ hr{ } .impact-section{ - margin-bottom:115px; + } .about-block{ @@ -251,11 +185,20 @@ hr{ margin: -200px 150px 0px 150px;; position: relative; top:200px; + border: 2px solid #949494; } .package_before{ + background-image: url("/Images/x-large-grid.svg"); + background-attachment: fixed; + background-position: top; + background-repeat: repeat; + background-size: contain; + padding-top: 225px; + padding-bottom: 225px; + } .statistics{