DEV Community

Takane Ichinose
Takane Ichinose

Posted on

#CodePenChallenge | Meowatar (Pure CSS avatar creator)

Meowatar (Pure CSS avatar creator)

Description

This is avatar creation tool by just using CSS (Sass) and HTML (No JavaScript codes).

I made this possible by using CSS loop technique and taking advantage of :has() selector.

I intended to add dress, but it's not possible to do due to timeframe, so I decided not to include it. If it's only possible to add even just SVG, then I can make it (I guess).

I also made the UI responsive, so it should work in all devices.

Top comments (0)