Sélectionner une page

Only.games.github May 2026

.game-thumb width: 100%; aspect-ratio: 16 / 9; background: #1e2533; border-radius: 1rem; display: flex; align-items: center; justify-content: center; font-size: 3rem;

only.games.github Enable GitHub Pages in Settings > Pages > Source = main (root) .

.game-grid display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.8rem; max-width: 1200px; margin: 0 auto; only.games.github

body font-family: system-ui, 'Segoe UI', monospace; background: #0a0f1e; color: #eef4ff; padding: 2rem; min-height: 100vh;

.game-card:hover transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.4); border-color: #5b6e8c; .game-thumb width: 100%

.game-desc font-size: 0.85rem; color: #9aa9c1;

.game-card background: #11161f; border-radius: 1.5rem; padding: 1rem; transition: transform 0.1s ease, box-shadow 0.2s; border: 1px solid #2a2f3f; text-decoration: none; color: inherit; aspect-ratio: 16 / 9

footer text-align: center; margin-top: 4rem; font-size: 0.8rem; color: #4a5568;