add missing hyphen in pseudo-element
This commit is contained in:
@ -87,8 +87,8 @@
|
||||
</style>
|
||||
<h4 data-type="Explanation">Explanation</h4>
|
||||
<ol>
|
||||
<li><code>.clearfix::after</code> defines a pseudo element.</li>
|
||||
<li><code>content: ''</code> allows the pseudo element to affect layout.</li>
|
||||
<li><code>.clearfix::after</code> defines a pseudo-element.</li>
|
||||
<li><code>content: ''</code> allows the pseudo-element to affect layout.</li>
|
||||
<li><code>clear: both</code> indicates that the left, right or both sides of the element cannot be adjacent to earlier floated elements within the same block formatting context.</li>
|
||||
</ol>
|
||||
<h4 data-type="Browser support">Browser support</h4>
|
||||
|
||||
Reference in New Issue
Block a user