1. Describe your problem:
I have a block element. When I set the : after
pseudo element to this element, and set the attributes border
, border-radius
, and then set absolute:position
, it will make the pseudo element become a circle. Why?
2. Here is my code: