I have a grid made with bootstrap, with a column for an image and a column for the text. I have to create a triangle on the left side of the text column, that overlaps the image and it must be responsive. Depending on the height of the container it must always be in the middle. How can I do?
<div class="row no-gutters">
<div class="col-6">
<img src="http://placehold.it/200x200" class="w-100" alt="">
</div>
<div class="col-6 ">
<p>lorem ipsum dolor</p>
</div>
</div>
the results should be like this: https://i.stack.imgur.com/W0jhq.jpg