Answers for "add title to slider"

CSS
0

add title to slider

.carousel-caption {
    position: absolute;
     right: 0%; 
    bottom: 20px;
    left: 0%; 
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left; 
}
Posted by: Guest on July-02-2021

Browse Popular Code Answers by Language