Préparez-vous à une expérience de jeu inoubliable ! Cliquez sur le bouton ci-dessous pour commencer votre aventure.
-

diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..6696b7a Binary files /dev/null and b/logo.png differ diff --git a/main.css b/main.css index 6f8bff1..64a06df 100644 --- a/main.css +++ b/main.css @@ -10,11 +10,10 @@ body { align-items: center; height: 100vh; text-align: center; + overflow:hidden; } - - .container { text-align: center; max-width: 600px; @@ -39,7 +38,7 @@ header h1 { .welcome-image { width: 80%; - max-width: 400px; + max-width: 70px; margin: 20px auto; display: block; border-radius: 8px; @@ -47,6 +46,7 @@ header h1 { } + button { padding: 15px 30px; font-size: 18px; @@ -55,11 +55,16 @@ button { background-color: #007BFF; border: none; border-radius: 8px; + text-transform: uppercase; cursor: pointer; - transition: background-color 0.3s, transform 0.2s; -} - transform: scale(1.05); + /*transition: background-color 0.3s, transform 0.2s;*/ + + } +button:hover { + background-color: #d3e017; + transform: scale(1.1); +} footer { diff --git a/main.html b/main.html index bf8310e..0560966 100644 --- a/main.html +++ b/main.html @@ -7,6 +7,9 @@
+ + +Préparez-vous à une expérience de jeu inoubliable ! Cliquez sur le bouton ci-dessous pour commencer votre aventure.
-