.loader {
width: 200px;
height: 200px;
margin-top: 18%;
border: 10px solid #FFF;
border-bottom-color: #FACC3EE8;
border-radius: 50%;
box-sizing: border-box;
animation: rotation 1s linear infinite;
}
.myClass {
width: 100%;
height: 100%;
top: 0px;
position: fixed;
display: flex;
justify-content: center;
background-color: #0003;
}
@keyframes rotation {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
#qodef-page-inner {
z-index: 0;
}
Showing all 9 results









