Skip to content

Instantly share code, notes, and snippets.

View bastiendmt's full-sized avatar

Bastien Dumont bastiendmt

  • Métropole de Lyon
  • Lyon
View GitHub Profile
.Loader {
margin: auto;
border: 10px solid grey;
border-top: 10px solid blue;
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 1.5s linear infinite;
}