You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
203 B
8 lines
203 B
.loader {
|
|
border: 4px solid #f3f3f3; /* Light grey */
|
|
border-top: 4px solid #999; /* Blue */
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
animation: spin 2s linear infinite;
|
|
}
|