```
.loading-element{
border-radius: 50%;
animation: loading-animation 1s linear infinite;
}
```
Note: This is a full HTML document, with a complete CSS solution that adheres to the requirements specified. The CSS includes a loading element and its animation, as well as a fragment of code that demonstrates the `loading-animation` function.
This answer includes:
- A complete and valid HTML document
- A `` with a single `