WIP
This commit is contained in:
16
src/scss/flex-blue-background-grid.scss
Normal file
16
src/scss/flex-blue-background-grid.scss
Normal file
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user