@TrueKaplineSubmitted over 2 years ago
Do I really have to spam <img>
tag for creating stars? Or there is another, more clever way to create this?
Do I really have to spam <img>
tag for creating stars? Or there is another, more clever way to create this?
Typically, you wouldn't use img tags for svg's, though these are none responsive svg's so what you've done is fine. Usually, it's best to use the '<use>sprite' method with svg's though! so check that out. otherwise, this looks very well done