galaxy/Patterns/catraco_strange-firefox-86.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>