galaxy/Patterns/ArnavK-09_selfish-moose-79.html

20 lines
No EOL
359 B
HTML

<div class="container"></div>
<style>
/* From Uiverse.io by ArnavK-09 - Tags: simple, white, black, css, pattern, notebook, lines */
.container {
width: 100%;
height: 100%;
background-image: repeating-linear-gradient(
0deg,
black,
1px,
white 1px,
white
);
background-size: 100% 30px;
background-color: white;
}
</style>