galaxy/Patterns/themrsami_black-emu-83.html

12 lines
345 B
HTML

<div class="container"></div>
<style>
/* From Uiverse.io by themrsami - Tags: material design, red, pink, themrsami, pattern */
.container {
width: 100%;
height: 100%;
background: radial-gradient(circle at 50% 50%, transparent 20%, darkred 21% 28%, transparent 29%);
background-color: lightred;
background-size: 60px 60px;
}
</style>