From 35178d6a8065ccf282dcadb4db369ca17ea33295 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Mon, 2 Jun 2025 16:55:32 -0700 Subject: [PATCH] WIP --- src/scss/flex-blue-background-grid.scss | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/scss/flex-blue-background-grid.scss diff --git a/src/scss/flex-blue-background-grid.scss b/src/scss/flex-blue-background-grid.scss new file mode 100644 index 0000000..6b0f426 --- /dev/null +++ b/src/scss/flex-blue-background-grid.scss @@ -0,0 +1,16 @@ +section.blue-background-grid { + background-color: $c-navy; + padding: 4rem; + color: $c-white; + + .col { + position: relative; + } + + svg { + position: absolute; + width: 25%; + height: auto; + opacity: 0.5; + } +}