mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
18 lines
No EOL
292 B
HTML
18 lines
No EOL
292 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by liuyingmei - Tags: simple, green, blue, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: repeating-linear-gradient(
|
|
-135deg,
|
|
yellow,
|
|
pink 10px,
|
|
green 10px,
|
|
skyblue 20px
|
|
);
|
|
}
|
|
|
|
</style>
|
|
|