Add background color

This commit is contained in:
atomiks
2018-03-04 16:31:43 +10:00
parent cfb5e3abb2
commit 4cc399d22d
4 changed files with 10 additions and 7 deletions

View File

@ -14,6 +14,7 @@ Uses an SVG shape to separate two different blocks to create more a interesting
.shape-separator {
position: relative;
height: 48px;
background: #333;
}
.shape-separator::after {
content: '';