mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
20 lines
No EOL
679 B
HTML
20 lines
No EOL
679 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by iSweat-exe - Tags: material design, glassmorphism, success, pattern, background, 3D */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* Add your background pattern here */
|
|
background: conic-gradient(at 50% 25%, #0000 75%, #47d3ff 0),
|
|
conic-gradient(at 50% 25%, #0000 75%, #47d3ff 0) 60px 60px,
|
|
conic-gradient(at 50% 25%, #0000 75%, #47d3ff 0) calc(2 * 60px)
|
|
calc(2 * 60px),
|
|
conic-gradient(at 50% 25%, #0000 75%, #47d3ff 0) calc(3 * 60px)
|
|
calc(3 * 60px),
|
|
repeating-linear-gradient(135deg, #adafff 0 12.5%, #474bff 0 25%);
|
|
background-size: calc(4 * 60px) calc(4 * 60px);
|
|
}
|
|
|
|
</style>
|
|
|