Add background color
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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: '';
|
||||
|
||||
@ -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: '';
|
||||
|
||||
@ -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: '';
|
||||
|
||||
Reference in New Issue
Block a user