after pseudo element is not appearing
Why
::after
is not appearing? I even tried setting the content but it still does not work, if I try to look for it in the dev tools, I can find it, but when I click on it to see its position, there's no arrow pointing to it5 Replies
img can't have pseudo elements
wrap the img in a div and put your logo class on it
Thanks
But is there a reason why?
most self closing tags can't have pseudo elements
Thanks