13 lines
374 B
HTML
13 lines
374 B
HTML
<style>
|
|
#origami-folds {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #1c1f24;
|
|
background-image:
|
|
linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
|
|
linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%);
|
|
background-size: 60px 60px;
|
|
}
|
|
</style>
|
|
<div id="origami-folds"></div>
|
|
|