mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
16 lines
350 B
HTML
16 lines
350 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by themrsami - Tags: material design, black, themrsami, pattern */
|
|
.container::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-image: radial-gradient(circle, black 10%, transparent 10%);
|
|
background-size: 30px 30px;
|
|
}
|
|
|
|
</style>
|