DEV Community

Cover image for CSS Is Dead!
Alvaro Montoro
Alvaro Montoro

Posted on • Originally published at Medium

CSS Is Dead!

This is the comic I coded this week for comiCSS. It is a silly joke drawn with HTML and CSS (you can see the source code here):

Cartoon in three panels: Death (a skeleton wearing a dark cloak with a smythe) receives a text message from JavaScript saying 'CSS is dead!' Disappointed, Death sighs: "That guy is so annoying... Maybe it's time I take another of its frameworks away..."

The design for this cartoon was inspired by two different drawings that I saw on Dribble:

I also created an animated version of the comic (available in Spanish too!), I hope you enjoy it:

NOTE: The animation only plays once. You may need to click on the "Rerun" button in the bottom right corner.

It was actually a lot of fun trying to animate the drawing. I normally don’t do much animation, mostly just drawing –and, of course, laying out content and website styling, I mean from a creative perspective–. So it was quite a challenge, to be honest.

I liked the result, but I’m not fully sold on things like eye movement or how Death restarts walking. I need to explore the animation properties and try to create new things that move and behave more naturally.

Links

Oldest comments (41)

Collapse
 
corners2wall profile image
Corners 2 Wall

Amazing, looks impossible. Good job

Collapse
 
codingjlu profile image
codingjlu

Looks cool, but I still don't know what "CSS is dead" means.

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Every now and then a new JS library/framework pops up claiming that they are the best way of doing styling, and they are here to replace CSS. I tried to summarize that into a "CSS is dead!" message from JS, but maybe it's not too clear.

Collapse
 
codingjlu profile image
codingjlu

Oh, I see, but can you show me an example of a library that says that? In the end it's still CSS...

Thread Thread
 
alvaromontoro profile image
Alvaro Montoro

Yes, all end up generating/compiling into CSS in the end. They claim is that they are easier or that you won't need to do anything on the CSS side (all in JS or HTML.)

Collapse
 
duncanteege profile image
Duncan Teege

Haha, this is a fun way of making a comic! Well done!

Collapse
 
ant_f_dev profile image
Anthony Fung

This is really cool - thanks for sharing!

How long did this take to write?

Collapse
 
alvaromontoro profile image
Alvaro Montoro

The static cartoon took me less than 1 hour. Animating it took longer 😅

Collapse
 
ant_f_dev profile image
Anthony Fung

I suppose time doesn't matter so much if it's fun. It certainly looks like it was worth it!

Collapse
 
jwsanchez profile image
Jesus W Sanchez Jimenez

Good Job

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Thanks!

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😢

Collapse
 
mahadev_k profile image
Mahadev K

Yeah css is a very cool language. Learning that makes life easier than including more cdn in your code

Collapse
 
brense profile image
Rense Bakker

you still write css with css-in-js frameworks, its just in your javascript code, which has some advantages, like being able to easily reflect changes at runtime, without the need to manipulate css variables using js.

Collapse
 
grenmath profile image
Mathieu Grenier

you mean: "Death in CSS"

Collapse
 
alvaromontoro profile image
Alvaro Montoro

That too 🤓

Collapse
 
webduvet profile image
webduvet

or death by CSS...

Collapse
 
mackfitz profile image
Maciek Fitzner • Edited

Famous last words:

Over my dev 〈body〉〈∕body〉

Collapse
 
tareksahnoun2 profile image
Tarix Sahnoun

Death by CSS Grid

Collapse
 
matpk profile image
Matheus Adorni Dardenne

CSS is dead.... long live CSS. 😂

Awesome animation, very well done.

Collapse
 
k1lgor profile image
k1lgor

nice man!!

Collapse
 
babar1532 profile image
ANKIT KUMAR

As a new guy in css world looks impossible to me.

Collapse
 
blessing0024 profile image
onome blessing

we share same feeling.... hope we get better soon

Collapse
 
alvaromontoro profile image
Alvaro Montoro

If it helps anything, what's showcased on this post is not something especially practical or useful for web development.

Collapse
 
mustakimbee profile image
Md.Mustakim Ahmed

Cool 👌

Collapse
 
efpage profile image
Eckehard

What precisely does CSS mean?

Collapse
 
alvaromontoro profile image
Alvaro Montoro

Comic Strips & Styling.

Collapse
 
niza profile image
Ebenezer Enietan (Niza)

what a title!

Some comments may only be visible to logged-in visitors. Sign in to view all comments.