.loading-element
{
border-radius
50%
background
radial-gradient(circle, #FF69B4, #8B008B)
;
animation
loading-animation
1s
linear
infinite
;
}