mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 13:10:21 +08:00
15 lines
369 B
HTML
15 lines
369 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by Ratinax - Tags: red, circle, pattern */
|
|
.container {
|
|
width: 200%;
|
|
height: 200%;
|
|
/* Add your background pattern here */
|
|
background: #ff7e86;
|
|
background-image: linear-gradient(45deg, #fc5762, transparent 90%),
|
|
radial-gradient(#ff1122 68%, transparent 5%);
|
|
background-size: 4em 4em;
|
|
}
|
|
|
|
</style>
|