ASCII Art Quiz

Choose Your Favorite ASCII Art

Cats and Dogs Pizza and Burgers Robots and Spaceships

Or, if you're feeling adventurous:

Surprise Me!

WARNING: You are about to embark on a journey of discovery and art.

/* CSS */ body { background-color: #f2d200; font-family: "Monospace"; font-size: 16px; } .container { width: 800px; margin: 40px auto; } h1 { font-size: 32px; color: #f00; border: 4px solid #000; background-color: #fff; padding: 16px; text-align: center; text-shadow: 2px 4px #000; } h2 { font-size: 24px; color: #000; text-shadow: 2px 4px #fff; border: 4px solid #000; background-color: #f2d200; padding: 16px; margin: 16px; text-align: left; } a { font-size: 16px; color: #000; text-decoration: none; text-shadow: 2px 4px #fff; border: 4px solid #000; background-color: #f2d200; padding: 8px 16px; margin: 8px 16px; text-align: left; transition: background-color 0.5s ease; } a:hover { background-color: #f00; color: #fff; text-decoration: none; border: 4px solid #000; transition: background-color 0.5s ease; } .shadow { position: relative; background-color: #f2d200; border: 4px solid #000; padding: 16px; width: 600px; text-align: center; } .shadow-box { position: relative; background-color: #fff; border: 4px solid #000; padding: 16px; width: 500px; text-align: center; } .shadow-text { position: relative; background-color: #f2d200; border: 4px solid #000; padding: 16px; width: 400px; text-align: center; font-size: 20px; }