Personal-site/components/modules/HorizontalSection.module.css
2020-06-14 13:47:02 +02:00

7 lines
99 B
CSS

.bg {
position: absolute;
width: 100%;
height: 50vh;
background-color: var(--lightDark);
}