Atomic Ants

Atomic Ants are the ultimate warriors of the subatomic world.

In a world where particles can be manipulated, the Atomic Ants are the masters of nuclear fission and fusion.

With their razor-sharp claws and atomic-powered jetpacks, they soar through the quantum realm, leaving a trail of radioactive destruction in their wake.

Atomic Ant in action
/* CSS */ body { background-color: #000; font-family: 'Open Sans', sans-serif; } .header { background-color: #ff00ff; padding: 10px; border: 4px solid #000; } .main-title { font-size: 36px; font-weight: bold; color: #fff; text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000; } nav { list-style: none; text-align: center; margin: 20px; padding: 0; } nav a { display: inline-block; margin: 20px; color: #fff; text-decoration: none; } nav a:link { color: #fff; text-decoration: none; } nav a:hover { color: #fff; text-decoration: none; } .content { width: 800px; margin: 40px auto; background-color: #333; padding: 20px; } .content h2 { font-size: 24px; color: #fff; text-shadow: 0 0 5px #000, 0 0 10px #000, 0 0 15px #000; } .content p { color: #fff; font-size: 18px; } .footer { background-color: #ff0000; padding: 10px; border: 4px solid #000; margin-bottom: 40px; } .footer p { color: #fff; } img { width: 200px; height: 100px; border: 4px solid #000; margin: 20px; }