How to put SVG inside pseudo elements in CSS?
Originally Published Here ๐!
To put SVG as the content inside pseudo-elements like :before and :after, you can use the url() function in the CSS and pass the link to the SVG file as a string to the function.
/* Put Svg in Pseudo element โ
*/
div:aft...
melvingeorge-me.hashnode.dev1 min read