mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-27 20:50:21 +08:00
12 lines
556 B
HTML
12 lines
556 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by aadium - Tags: soft, gradients, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: relative;
|
|
background: repeating-linear-gradient(to bottom, rgb(255, 145, 0, 0.5), rgb(255, 0, 0, 0.5), rgb(255, 0, 140, 0.5), rgb(255, 0, 0, 0.5), rgb(255, 145, 0, 0.5) 50px),
|
|
repeating-linear-gradient(to left, rgb(255, 145, 0, 0.5), rgb(255, 0, 0, 0.5), rgb(255, 0, 140, 0.5), rgb(255, 0, 0, 0.5), rgb(255, 145, 0, 0.5) 50px),
|
|
rgba(193, 193, 193, 0.673);
|
|
}
|
|
</style>
|