Bongo Cards Catalogue

A Galactic Collection of Unbridled Awesomeness

Bongo Cards by Category

Bongo Card of the Month

Bongo Card of the Month

This Month's Featured Card

The 'G'lunkian Splatter' - A Bongo Card of unparalleled beauty and functionality. Its vibrant colors and intricate patterns make it a must-have for any serious Bongo Card Collector.

Learn More

Special Offers

/* styles.css */ body { background-color: #f2f2f2; } h1.title { color: #FFC080; border-bottom: 4px solid #000000; padding-bottom: 4px; } h2.subtitle { font-size: 24px; color: #FF69B4; } h3 { font-size: 18px; color: #000080; } .card-image { width: 150px; height: 200px; border: 4px solid #000000; border-radius: 10px; box-shadow: 0 4px 4px #000000; } .card { background-color: #FFC080; padding: 10px; border: 4px solid #000000; border-radius: 10px; } ul { list-style: none; padding: 0; margin: 0; } li { padding: 10px; border-bottom: 4px solid #000000; } a { text-decoration: none; color: #000000; transition: color 0.5s; } a:hover { color: #008000; } a:hover { text-decoration: underline; } .footer { background-color: #333333; padding: 10px; position: relative; bottom: 0; width: 100%; } p { margin: 0; padding: 0; } /* end of styles.css */