dernières modifs
This commit is contained in:
@@ -20,30 +20,6 @@
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
<div id="loading" style="
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #010d19;
|
||||
z-index: 9999;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-family: sans-serif;
|
||||
color: white;
|
||||
opacity: 1;
|
||||
transition: opacity 0.2s ease-out;
|
||||
">
|
||||
<p>
|
||||
Chargement
|
||||
<span class="dot-one">.</span>
|
||||
<span class="dot-two">.</span>
|
||||
<span class="dot-three">.</span>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// Define the event listener function
|
||||
function closeAboutPopupHandler(event) {
|
||||
|
||||
Reference in New Issue
Block a user