galaxy/Patterns/Ratinax_nervous-mouse-8.html

11 lines
278 B
HTML

<div class="container"></div>
<style>
/* From Uiverse.io by Ratinax - Tags: simple, square, pattern */
.container {
width: 100%;
height: 100%;
/* Add your background pattern here */
background: linear-gradient(45deg,black, white);
background-size: 1em 1em;
}
</style>