mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
9 lines
260 B
HTML
9 lines
260 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by AspenBranch - Tags: simple, light, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: repeating-linear-gradient(45deg, #92c9b1, #92c9b1 20px, #b3e0d2 20px, #b3e0d2 40px);
|
|
}
|
|
</style>
|