I need to make those corners in div
of the footer.
I tried to do the triangulation scheme using pseudo-element
, but I could not.
border-top: 30px solid @Laranja;
border-right: 30px transparent @Laranja;
border-left: 30px transparent @Laranja;
Is there anyway?