galaxy/Patterns/Javierrocadev_thin-moth-33.html

11 lines
337 B
HTML

<div class="container"></div>
<style>
/* From Uiverse.io by Javierrocadev - Tags: orange, gradient, gradients, pattern */
.container {
width: 100%;
height: 100%;
/* Add your background pattern here */
background-image: repeating-radial-gradient( #e2d1d1 50%, #e7d2d2ee 70%,#f5c7a1 95%);
background-size: 50px 50px;
}
</style>