DEV Community

Discussion on: What are some of the coolest things you've made using *just* HTML or CSS?

Collapse
 
alvaromontoro profile image
Alvaro Montoro

There are many things that can be done just with HTML and CSS only. I built a series of games based on the idea of finite state machines. My favorite ones are:

I also wrote an article on DEV on how to draw Homer with HTML and CSS. But the list of Simpson's characters I've drawn in CSS is longer: Bart, Lisa, Sideshow Bob... and many more!

And then there are random things just for fun (everything really), like a set of clocks or a Duracell battery:

Collapse
 
mikenickaloff profile image
Mike Nickaloff

those games are not only html and css... are they? no javascript?

Collapse
 
alvaromontoro profile image
Alvaro Montoro • Edited

Just HTML and CSS, no JavaScript at all.

For some of them I used SCSS to simplify the development process, but then compiled it to plain CSS.