::before pseudo element code example
Example 1: css before is not working
.chart ul:after{
content: "";
border:1px solid #f30;
}
Example 2: :before css
h2:before {
content: "Read: ";
<span class="Apple-converted-space"> color: #F00;</span>
}