Underground Bunker: Where the Real Work Gets Done

The Secret HQ of the Resistance

Our Mission:

We're not here to make friends. We're not here to play games. We're here to plan the revolution.

We're a team of highly-trained, highly-motivated individuals dedicated to the cause. We're not afraid of a little dust and a lot of danger.

Underground Bunker Interior
Underground Bunker.css: body { background-color: #000000; } .header { background-color: #FF0000; } .header .logo { width: 200px; height: 100px; background-image: url('logo.png'); background-size: 200px 100px; background-position: center; } .header .logo:hover { background-color: #FFC000; } #title { color: #FFFFFF; font-size: 48px; } #tagline { color: #000000; font-size: 24px; } .main { background-color: #333333; padding: 20px; } .main h2 { color: #FF0000; } .main ul { list-style-type: none; margin: 0; padding: 0; } .main ul li { display: inline-block; margin: 10px; background-color: #000000; padding: 20px; border: 4px solid #333333; border-radius: 10px; transition: background-color 0.5s; } .main ul li:hover { background-color: #FFC000; } .image-container { background-color: #000000; } .image-container img { width: 400px; height: 200px; border: 4px solid #333333; } .sidebar { background-color: #000000; margin: 10px 10px; padding: 10px; border: 4px solid #333333; } .sidebar h2 { color: #FF0000; } .sidebar ul { list-style-type: none; margin: 0; padding: 0; } .sidebar ul li { display: block; margin: 10px; background-color: #000000; padding: 20px; border: 4px solid #333333; border-bottom: none; } .sidebar ul li:last-child { border-bottom: 4px solid #333333; } .sidebar ul li:hover { background-color: #FFC000; } @media screen and (max-width: 800px) { .main { width: 100%; } .sidebar { position: fixed; top: 10px; left: 10px; } }