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;}