Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Diagonal and responsive caption overlay for bootstrap carousel? Reply To: Diagonal and responsive caption overlay for bootstrap carousel?

#239955
bearhead
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