Cluck Norris Has Arrived

It's the end of the world as we know it. The chicken apocalypse has begun.

Cluck Norris

Caused by the combined forces of:

Learn more about Cluck's manifesto Check for symptoms
/* CSS */ body { background-color: #000; color: #fff; font-family: 'VT323', sans-serif; font-size: 20px; } #header { border-bottom: 10px solid black; margin-bottom: 20px; text-align: center; color: #f00; font-size: 40px; font-weight: bold; letter-spacing: 5px; } img { width: 500px; height: 500px; border: 4px solid black; border-radius: 50%; margin: 10px 20px 10px 20px; box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5); transition: all 0.5s ease; } ul { list-style: none; padding: 0; margin: 0; border-bottom: 10px solid #000; text-align: center; line-height: 30px; } li { margin-bottom: 5px; color: #0f0; font-size: 20px; letter-spacing: 3px; } a { text-decoration: none; color: #f0f; transition: all 0.5s ease; font-family: 'VT323', sans-serif; font-size: 20px; letter-spacing: 2px; } a:hover { background-color: #000; color: #fff; text-decoration: none; transition: background-color 0.5s ease; }