Commencer l'aventure
This commit is contained in:
parent
f58afe9c22
commit
464137b889
2 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
<h1>Bienvenue sur:</h1>
|
||||
<span>
|
||||
<div id="screen"><b id="prompt" class="idle">▮</b></div>
|
||||
<a id="start" href="https://cei.peerat.dev">Commencer l'aventure</a>
|
||||
</span></p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Add table
Reference in a new issue