Earlier this year I started a new webcomic about programmers. It's been growing and I'm getting hundreds of thousands of views a month. Recently I started a new series of css jokes and they've really gone viral. Some of cartoons are getting 100k views alone. Here are the first five cartoons in the css puns series.
Europe
#europe .country {
border: none;
}
Ghost
.ghost {
color: white;
opacity: 0.1;
}
Titanic
#titanic {
float: none;
}
Ninja
.ninja {
visibility: hidden;
color: black;
}
Big Bang
#big-bang::before {
content: "";
}
Pisa Tower
#pisa-tower {
font-style: italic;
}
If you love these jokes, you can download the entire comic:
- browserling-comic.pdf
- browserling-comic.html (stand-alone, single-file, self-contained html)
- browserling-comic.zip (zip archive. extract and run index.html)
- browserling-comic.tgz (tar.gz, if you're on unix. extract and run index.html)
- browserling-comic.rar (rar, if you love winrar. extract and run index.html)
You can also follow Browserling on Twitter, Facebook, Instagram, Pinterest and Flickr.
Also check out comic's manual. It's the world's most over-engineered comic with an API.
Until next time!