```html
.loading-element{ animation: loading-animation 1s linear infinite; width: 50px; height: 50px; }
CODING
```