refactor code + propre

This commit is contained in:
Valentin
2024-02-06 17:28:48 +01:00
parent 903c9a993e
commit abc1b70eb5
42 changed files with 1752 additions and 1338 deletions
@@ -0,0 +1,12 @@
#chargement {
position: fixed;
background-color: chocolate;
padding: 5px;
color: white;
top: 10px;
left: 10px;
opacity: 1;
transition: opacity 0.3s ease-out;
z-index: 9999;
}