Prime Number Palooza

A gathering of the most esteemed attendees in the realm of prime numbers.

Prime Numbers

.container { background-color: #f0f0f0; padding: 20px; border: 4px solid black; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .title { font-family: "Open Sans", sans-serif; font-size: 32px; color: #f7dc00; border: 2px solid #f7dc00; border-radius: 8px; } .description { font-size: 18px; color: #000000; padding: 10px; border: 2px solid #f7dc00; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .links { list-style: none; padding: 0; margin: 0; border: 2px solid #f7dc00; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .links a { display: block; padding: 10px; border: 2px solid #f7dc00; border-radius: 8px; color: #f7dc00; text-decoration: none; } .links a:hover { background-color: #f7dc00; color: #000000; } .list { list-style: none; padding: 0; margin: 0; border: 2px solid #f7dc00; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } .item { display: inline-block; padding: 10px; border: 2px solid #f7dc00; border-radius: 8px; background-color: #000000; color: #f7dc00; margin: 10px; } .item:hover { background-color: #f7dc00; color: #000000; }