mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
11 lines
412 B
HTML
11 lines
412 B
HTML
<div class="container"></div>
|
|
<style>
|
|
/* From Uiverse.io by SouravBandyopadhyay - Tags: simple, material design, blue, smooth, share, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* Add your background pattern here */
|
|
background: linear-gradient(45deg, #bcdbef 25%, transparent 25%, transparent 50%, #bcdbef 50%, #8ea2ae 75%, transparent 75%, transparent);
|
|
background-size: 20px 20px;
|
|
}
|
|
</style>
|