add title to slider

Solutions on MaxInterview for add title to slider by the best coders in the world

showing results for - "add title to slider"
Nena
06 Jun 2019
1.carousel-caption {
2    position: absolute;
3     right: 0%; 
4    bottom: 20px;
5    left: 0%; 
6    z-index: 10;
7    padding-top: 20px;
8    padding-bottom: 20px;
9    color: #fff;
10    text-align: left; 
11}