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