From 464137b88962c6dd32446718d384d7c4f6552447 Mon Sep 17 00:00:00 2001 From: Francois G Date: Wed, 10 May 2023 14:10:58 +0200 Subject: [PATCH] Commencer l'aventure --- index.html | 1 + style.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/index.html b/index.html index c668363..60dfb3a 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,7 @@

Bienvenue sur:

+ Commencer l'aventure

diff --git a/style.css b/style.css index 5b06102..9f6a6ec 100644 --- a/style.css +++ b/style.css @@ -28,6 +28,11 @@ p { -webkit-animation: blink 1100ms linear infinite; } +#start { + color: white; + text-decoration:none; +} + @keyframes blink { 49% {opacity: 1;} 50% {opacity: 0;}