mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
16 lines
No EOL
345 B
HTML
16 lines
No EOL
345 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by escannord - Tags: simple, black, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* Add your background pattern here */
|
|
background: rgba(29, 31, 32, 0.904)
|
|
radial-gradient(rgba(255, 255, 255, 0.712) 10%, transparent 1%);
|
|
|
|
background-size: 11px 11px;
|
|
}
|
|
|
|
</style>
|
|
|