Answer the question
In order to leave comments, you need to log in
How to style SVG?
There is an entry in the database with a link to the svg file.
The output of the file is produced using the code: <embed src="{{$Post->svg}}" class="icon" />
As a result, I have the following code:
<embed src="/site/img/category/sedan3.svg" class="icon" />
Answer the question
In order to leave comments, you need to log in
If style means a frame around the picture, then it is easy
.icon {
border: 1px solid red;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question