Answers for "how to change color of svg stroke on hover"

CSS
3

svg stroke color

<rect x="10" y="10" width="100" height="100" stroke="blue" fill="purple"
       fill-opacity="0.5" stroke-opacity="0.8"/>
Posted by: Guest on March-18-2020

Code answers related to "how to change color of svg stroke on hover"

Browse Popular Code Answers by Language