mirror of
https://github.com/uiverse-io/galaxy.git
synced 2025-11-28 05:00:22 +08:00
21 lines
No EOL
424 B
HTML
21 lines
No EOL
424 B
HTML
<div class="container"></div>
|
|
|
|
<style>
|
|
/* From Uiverse.io by artvelog - Tags: paper, light, modern, pattern */
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: #f1f1f1;
|
|
background-image: linear-gradient(
|
|
90deg,
|
|
transparent 50px,
|
|
#ffb4b8 50px,
|
|
#ffb4b8 52px,
|
|
transparent 52px
|
|
),
|
|
linear-gradient(#e1e1e1 0.1em, transparent 0.1em);
|
|
background-size: 100% 30px;
|
|
}
|
|
|
|
</style>
|
|
|