I'm curious if there are distinctions between CSS images and SVGs on your website.
When referencing CSS images, I mean images constructed with div
elements in HTML and then styled using CSS (such as this: https://codepen.io/andrewrock/pen/jOEZxrY).
Although CSS images may be more labor-intensive, they both have the ability to be animated, utilize CSS variables, become dynamic through JS,...
What sets these two apart? (Performance, Rendering, ...)