7 lines
193 B
CSS
7 lines
193 B
CSS
.carousel {
|
|
height: calc(100vh - var(--header-Height));
|
|
background-position-x: center;
|
|
background-position-y: bottom;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
} |