Level Up Your Experience

The home of elite gaming and exclusive rewards.

Game 1
Game 2
Game 3
body { margin: 0; font-family: 'Segoe UI', sans-serif; background-color: #0b0c10; color: #c5c6c7; } nav { display: flex; justify-content: space-between; padding: 20px 50px; background: #1f2833; } .logo { font-size: 24px; font-weight: bold; color: #66fcf1; } ul { display: flex; list-style: none; } ul li { margin-left: 20px; } ul li a { color: white; text-decoration: none; } .hero { height: 60vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('gaming-bg.jpg'); } .cta-btn { padding: 15px 30px; background: #45a29e; border: none; color: white; cursor: pointer; font-size: 18px; border-radius: 5px; } .game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; padding: 50px; } .card { background: #1f2833; height: 250px; display: flex; align-items: center; justify-content: center; border: 2px solid #66fcf1; border-radius: 10px; }