Commencer l'aventure

This commit is contained in:
Francois G 2023-05-10 14:10:58 +02:00
parent f58afe9c22
commit 464137b889
2 changed files with 6 additions and 0 deletions

View file

@ -17,6 +17,7 @@
<h1>Bienvenue sur:</h1>
<span>
<div id="screen"><b id="prompt" class="idle">&marker;</b></div>
<a id="start" href="https://cei.peerat.dev">Commencer l'aventure</a>
</span></p>
</div>
</div>

View file

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