refactor code + propre
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user