7 lines
99 B
CSS
7 lines
99 B
CSS
.bg {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 50vh;
|
|
background-color: var(--lightDark);
|
|
}
|