How to set the background color on the rect svg element in HTML?
Originally Published Here ๐!
To set the background color for the rect SVG element, you can use the fill attribute on the rect element inside the svg tag in HTML.
TL;DR
<!-- Set background color on 'rect' svg element -->
<svg>
<rect x="0" y="0" wid...
melvingeorge-me.hashnode.dev1 min read