11 lines
168 B
CSS
11 lines
168 B
CSS
/* --- Decoration --- */
|
|
.background-svg {
|
|
position: fixed;
|
|
bottom: 100px;
|
|
right: 200px;
|
|
width: 200px;
|
|
z-index: -1;
|
|
pointer-events: none;
|
|
opacity: 0.6;
|
|
}
|