mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
12 lines
345 B
HTML
12 lines
345 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by themrsami - Tags: material design, red, pink, themrsami, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: radial-gradient(circle at 50% 50%, transparent 20%, darkred 21% 28%, transparent 29%);
|
|
background-color: lightred;
|
|
background-size: 60px 60px;
|
|
}
|
|
|
|
</style>
|