Skip to content

espaceAdherent.html.php

jeremy decottignies requested to merge jeremy.decottignies-main-patch-73636 into main
<h1>Espace adhérent</h1>
<!DOCTYPE html>
Espace Adhérent - Jeux body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f0f0f0; } .container { width: 80%; margin: 20px auto; background-color: #fff; padding: 20px; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } h1 { text-align: center; } .game-list { list-style-type: none; padding: 0; } .game-list li { margin-bottom: 10px; } .game-list li a { display: block; padding: 10px; background-color: #007bff; color: #fff; text-decoration: none; border-radius: 5px; text-align: center; } .game-list li a:hover { background-color: #0056b3; }

Merge request reports

Loading