The Sock Goblin

Welcome to my lair, human.

I am the Sock Goblin, lord of the missing socks in the wash.

My kingdom is a never-ending abyss of lost footwear, a land where lone socks come to die.

But fear not, for I shall grant you access to my vast collection, if you can solve my Sock Puzzle.

Solve the Sock Puzzle Lost and Found Join the Socksquad

Warning: Sock-related puns ahead.

I'm a goblin, hear me roar... like a washing machine in a spin cycle!

Don't get caught in the wash, or you'll be a lone sock!

Hehe, you're already in my grasp, human. What's your move?

/* CSS */ body { background-color: #000000; color: #FFFFFF; } .container { width: 800px; margin: 20px auto; padding: 20px; background-color: #333333; border: 4px solid #FF0000; box-shadow: 0 0 0 4px #FF0000; } .goblin { background-color: #333333; padding: 20px; border: 4px solid #FF0000; box-shadow: 0 0 0 4px #FF0000; width: 400px; margin: 40px; } .shadow { background-color: #333333; padding: 20px; border: 4px solid #FF0000; box-shadow: 0 0 0 4px #FF0000; width: 400px; margin: 40px; position: relative; } a { text-decoration: none; color: #FFFFFF; font-weight: bold; background-color: #333333; padding: 10px 20px; border: 1px solid #FF0000; box-shadow: 0 0 0 1px #FF0000; } a:hover { background-color: #333333; color: #FFFFFF; text-shadow: 0 0 0 1px #FF0000; }