Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
css is correct, but will not work if in html as an image. how to insert svg
If for some reason you don't like the option of inserting SVG directly into the document, you can include an SVG file using the ability to control via CSS.
The html file will be:
And you also need to add to the SVG file before the opening < svg > tag:
And already in svg.css :
svg:hover {
fill: orange;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question