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; + } +}