mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
16 lines
337 B
HTML
16 lines
337 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by uiverse-astronaut - Tags: pattern, stripes, diagonal */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* Add your background pattern here */
|
|
background: repeating-linear-gradient(
|
|
45deg,
|
|
#e5e5f7,
|
|
#e5e5f7 10px,
|
|
#444cf7 10px,
|
|
#444cf7 20px
|
|
);
|
|
}
|
|
</style>
|