mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
12 lines
323 B
HTML
12 lines
323 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by Ratinax - Tags: simple, green, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: linear-gradient(220deg, lime 1%, transparent),
|
|
linear-gradient(220deg, yellow 50%, transparent);
|
|
background-size: 4em 4em;
|
|
}
|
|
|
|
</style>
|