CSS - transform (skew) properties for triangle, skew shape

0 votes
224 views
added Sep 15, 2021 in CSS by lcjr First Warrant Officer (11,530 points)

.skew-shape {
    transform: skew(0deg,330deg);
}

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...