mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
253 B
HTML
9 lines
253 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by Ratinax - Tags: simple, circle, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: repeating-radial-gradient(circle at 50%, black, grey 1em, white 1em, white 2em);
|
|
}
|
|
</style>
|