Given the following scenario, why does the :after selector require a content property to function?
:after
Until you add content: ..., the psuedo-element doesn't actually exist.
content: ...
Setting other style properties is not enough to force the browser to create the element.