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>
|
<h1>Bienvenue sur:</h1>
|
||||||
<span>
|
<span>
|
||||||
<div id="screen"><b id="prompt" class="idle">▮</b></div>
|
<div id="screen"><b id="prompt" class="idle">▮</b></div>
|
||||||
|
<a id="start" href="https://cei.peerat.dev">Commencer l'aventure</a>
|
||||||
</span></p>
|
</span></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -28,6 +28,11 @@ p {
|
||||||
-webkit-animation: blink 1100ms linear infinite;
|
-webkit-animation: blink 1100ms linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#start {
|
||||||
|
color: white;
|
||||||
|
text-decoration:none;
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
49% {opacity: 1;}
|
49% {opacity: 1;}
|
||||||
50% {opacity: 0;}
|
50% {opacity: 0;}
|
||||||
|
|
Loading…
Add table
Reference in a new issue