galaxy/Patterns/themrsami_odd-liger-51.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>