Sadly
position: top;
is not valid css. It should say
position: absolute;
bottom: 0px;
Still funny though.
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Sadly
position: top;
is not valid css. It should say
position: absolute;
bottom: 0px;
Still funny though.