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

File diff suppressed because one or more lines are too long

View File

@ -333,6 +333,7 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
</code></pre> <h4 data-type="CSS">CSS</h4><pre><code class="lang-css">.shape-separator {
position: relative;
height: 48px;
background: #333;
}
.shape-separator::after {
content: '';

View File

@ -1464,6 +1464,7 @@ var y = e.pageY - btn.offsetTop - btn.offsetParent.offsetTop
<h4 data-type="CSS">CSS</h4><pre><code class="lang-css">.shape-separator {
position: relative;
height: 48px;
background: #333;
}
.shape-separator::after {
content: '';

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: '';