Untitled
unknown
css
a year ago
616 B
1
Indexable
Never
/*** carousel ****/ .left.carousel-control{ left:-55px; } .right.carousel-control{ right:-55px; } .carousel-control.left, .carousel-control.right{ background-image:none !important; } .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{ font-size: 19px !important; color: #6A6F8A !important; text-shadow: none !important; } .carousel-content { color:black; display:flex; align-items:center; } #text-carousel { width: 100%; height: auto; padding: 50px; } /****end of carousel ***/