Pseudo elements should be written with double colon instead of single colon:
selector::pseudo-element {
property: value;
}
The double colon replaced the single-colon notation for pseudo-elements in CSS3. This was an attempt from W3C to distinguish between pseudo-classes and pseudo-elements
Also removed some trailing whitespace automatically ;)
Pseudo elements should be written with double colon instead of single colon:
Also removed some trailing whitespace automatically ;)