DEV Community

Discussion on: Luigi in CSS

Collapse
 
darkain profile image
Vincent Milum Jr

I'm curious as to why you decided to do this in HTML+CSS? Wouldn't SVG be simpler (and allow for easier manipulation as an object placed elsewhere, plus reusable with SVG !)

Collapse
 
codypearce profile image
Cody Pearce • Edited

You're absolutely right, SVG would be way easier. But that's kind of the point, working within the limitations of HTML/CSS to create complicated images stretches my skill and understanding of CSS. Not 100% practical, but I certainly feel more comfortable creating interesting shapes with CSS and I kind of enjoy it as a somewhat creative outlet.