Answer the question
In order to leave comments, you need to log in
How to make loading animation in CSS?
Good evening, comrades.
I would like to know how to make something similar to the loading animation, as in android.
Made this code:
<div id="circle">
<center><div id="null"></div></center>
</div>
#circle {
width: 100px;
height: 100px;
background: #83A7C9;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
#null {
width: 80px;
height: 80px;
background: #FFFFFF;
border-radius: 50%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question