bootstrap slider demo code example
Example 1: bootstrap slide
Example 2: carousel
Example 3: how to add bootstrap carousel
//Author:Mohammad Arman Khan
//BOOTSTYRAP CAROUSEL(SLIDER_LOCALLY KNOWN)
Solutions for the Asphalt Industry
Solutions for the Asphalt Industry
Solutions for the Asphalt Industry
Previous
Next
//CSS
.carousel-item {
height: 100vh;
min-height: 350px;
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
//optional css
.text-CSS {
font-size: 55px;
color: #003861!important;
padding-top: 240px;
padding-left: 110px;
}