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