mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
11 lines
311 B
HTML
11 lines
311 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by Javierrocadev - Tags: blue, gradient, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* Add your background pattern here */
|
|
background-image: repeating-radial-gradient( #f8f1f1ee 87%,#3fa7b4 90%);
|
|
background-size: 50px 50px;
|
|
}
|
|
</style>
|