Css – Background not visible behind the "whitespace" of a Unicode Character
I am using a sunburst behind a unicode character (eye, 👁), with a CSS of: .the-eye{ width:100%; border-radius:50%; box-shadow: 0 0 20px 10px #eeee11; } HTML: <span class="the-eye">👁</span> However, instead of a clean yellow background behind it, I see a…