Hello, you have come here looking for the meaning of the word
User:Dixtosa/nearby.css. In DICTIOUS you will not only get to know all the dictionary meanings for the word
User:Dixtosa/nearby.css, but we will also tell you about its etymology, its characteristics and you will know how to say
User:Dixtosa/nearby.css in singular and plural. Everything you need to know about the word
User:Dixtosa/nearby.css you have here. The definition of the word
User:Dixtosa/nearby.css will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
User:Dixtosa/nearby.css, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
.loader {
border: 3px solid #ccc;
border-top: 3px solid #7a0000;
border-radius: 50%;
width: 6px;
height: 6px;
animation: spin 0.9s linear infinite
}
@keyframes spin {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}