Home › Forums › CSS › Diagonal and responsive caption overlay for bootstrap carousel? › Reply To: Diagonal and responsive caption overlay for bootstrap carousel?
March 30, 2016 at 10:45 am
#239955
Participant
The exact implementation will depend on your html structure but you could get the look you’re after with a css gradient:
background-image:
linear-gradient(
-65deg,
rgba(0,0,0,.7) 60%, rgba(0,0,0,0) 60.2%
);
Example:
http://codepen.io/kvana/pen/ONjEYv