Search   
zStudio CMS Help

Blocks

Responsive Angled Boxes

 

Icon

14 years
of experience

Icon

447 successfuly
solved cases

Icon

9 out of 10 clients
recommended us to friends

 

 

 

CSS:

.promo, .promo1, .promo2, .promo3 {
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 10% 50%);
}

.promo{
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.promo, .promo1, .promo2, .promo3 {
background:#2E7992;
padding: 50px 35px;
margin-left:-11.1%;
min-height:175px;
display: flex;
align-items: center;
justify-content: center;
text-align:center;
}

.promo p, .promo1 p, .promo2 p, .promo3 p{
color:#FFFFFF !important;
}

.promo{margin-left:0;}
.promo1{background:#368BA8;}
.promo2{background:#3FA0C1;}
.promo3{background:#47B6DB;}

 

@media screen and (max-width: 750px){
 .promo, .promo1, .promo2, .promo3 {
 clip-path: polygon(0 0, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
 margin-left:0;
 margin-top:-11%;
 padding-top:40px;
 }

 .promo{
 clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
 margin-top:0%;
 }
}

CODE:

<div class="PageWidth Shadow">


<div class="Div25">
<div class="promo">
<div>
<p style="text-align: center;"><img src="https://www.zstudio.help/data/uploads/icons/20.png" alt="Icon" style="color: rgb(0, 0, 0);" width="80" /></p>
<p class="SubTitle2" style="text-align: center;">14 years<br />
of experience</p>
</div>
</div>
</div>


<div class="Div25">
<div class="promo1">
<div>
<p style="text-align: center;"><img src="https://www.zstudio.help/data/uploads/icons/07.png" alt="Icon" style="color: rgb(0, 0, 0);" width="80" /></p>
<p class="SubTitle2" style="text-align: center;">447 successfuly<br />
solved cases</p>
</div>
</div>
</div>


<div class="Div25">
<div class="promo2">
<div>
<p style="text-align: center;"><img src="https://www.zstudio.help/data/uploads/icons/08.png" alt="Icon" style="color: rgb(0, 0, 0);" width="80" /></p>
<p class="SubTitle2" style="text-align: center;">9 out of 10 clients<br />
recommended us to friends</p>
</div>
</div>
</div>


<div class="Div25">
<div class="promo3">

<a href="contact-us/ style="margin:auto; width:180px;">
<p class="ReadMore" style="margin:auto; width:180px;"><strong>CONTACT US NOW</strong></p>
</a>

</div>
</div>


<div class="Clear">&nbsp;</div>
</div>