mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
20 lines
No EOL
371 B
HTML
20 lines
No EOL
371 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by catraco - Tags: simple, orange, smooth, pattern, background */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: linear-gradient(
|
|
5deg,
|
|
orange 50%,
|
|
orangered 60%,
|
|
orange 50%
|
|
);
|
|
background-color: orange;
|
|
background-size: 1em 1em;
|
|
background-repeat: space;
|
|
}
|
|
|
|
</style>
|
|
|