You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
902 B
38 lines
902 B
#introCarousel,
|
|
.carousel-inner,
|
|
.carousel-item,
|
|
.carousel-item.active {
|
|
height: 100vh;
|
|
}
|
|
|
|
.carousel-item:nth-child(1) {
|
|
background-image: url('https://mdbootstrap.com/img/Photos/Others/images/76.jpg');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
}
|
|
|
|
.carousel-item:nth-child(2) {
|
|
background-image: url('https://mdbootstrap.com/img/Photos/Others/images/77.jpg');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
}
|
|
|
|
.carousel-item:nth-child(3) {
|
|
background-image: url('https://mdbootstrap.com/img/Photos/Others/images/78.jpg');
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
}
|
|
|
|
/* Height for devices larger than 576px */
|
|
@media (min-width: 992px) {
|
|
#introCarousel {
|
|
margin-top: -58.59px;
|
|
}
|
|
}
|
|
|
|
.navbar .nav-link {
|
|
color: #fff !important;
|
|
}
|