Titanic and Iceberg CSS Pun
We run a weekly web jokes comic at comic.browserling.com. In this comic we illustrated an ever popular CSS Pun about Titanic ship and iceberg. After the crash it's absolutely positioned at the bottom at 0 and iceberg is just a block.
#titanic {
position: absolute;
bottom: 0;
}
.iceberg {
display: block;
}
Source: https://comic.browserling.com/69
More by Browserling
View profile
Like