HTML & CSS

Bootstrap – Carousel full screen

Build a responsive Full screen image slide website using Bototstrap

main.scss

html,body,.carousel,.carousel-inner,.carousel-item{height: 100%;}
.carousel-item{
    background-size: cover;
    background-position: center;
}

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다