I searched for many hours now and tried different codes to achieve it, but no chance!
I would like to cut off the left bottom corner of a div.
.vc_gitem-zone {
position: relative;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: cover;
background-clip: padding-box;
box-sizing: border-box;
overflow: hidden;
}
.vc_gitem_row {
background-color: rgba(173, 21, 21, 0.40);
padding-top: 20px;
}
<div class="vc_gitem-zone vc_gitem-zone-c">
<div class="vc_gitem-zone-mini">
<div class="vc_gitem_row vc_row vc_gitem-row-position-top">
<div class="vc_col-sm-12 vc_gitem-col vc_gitem-col-align-left">
<div class="vc_custom_heading vc_gitem-post-data vc_gitem-post-data-source-post_title">
<h4 style="text-align: center"><a href="http://info.promotiontube.com/gti/tickets/" class="vc_gitem-link" title="Tickets">Tickets</a></h4>
</div>
</div>
</div>
</div>
</div>
I want only the left bottom corner be cut. The background should be transparent.
I am thankful for every idea! Thank you