10 lines
No EOL
188 B
CSS
10 lines
No EOL
188 B
CSS
.background {
|
|
width: 100%;
|
|
height: 340px;
|
|
background-image: url("./bg.svg");
|
|
background-size: 100% 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
} |