mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
10 lines
256 B
HTML
10 lines
256 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by Ratinax - Tags: simple, red, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: repeating-radial-gradient(red 55%, white 56%);
|
|
animation: rotate 2s linear infinite;
|
|
}
|
|
</style>
|