ui.css 215 B

123456789101112
  1. #chargement {
  2. position: fixed;
  3. background-color: chocolate;
  4. padding: 5px;
  5. color: white;
  6. top: 10px;
  7. left: 10px;
  8. opacity: 1;
  9. transition: opacity 0.3s ease-out;
  10. z-index: 9999;
  11. }