elements like the previous tab, next tab, and reload buttons? I’ve been using SVG images for them and I know you can either do that or embed the SVGs right in with a url()
, but I wonder if anyone has found a workaround for using text, with or without psuedo-elements, like using content
in a :before()
element.
You must log in or register to comment.