mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
11 lines
337 B
HTML
11 lines
337 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by Javierrocadev - Tags: orange, gradient, gradients, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* Add your background pattern here */
|
|
background-image: repeating-radial-gradient( #e2d1d1 50%, #e7d2d2ee 70%,#f5c7a1 95%);
|
|
background-size: 50px 50px;
|
|
}
|
|
</style>
|