how to get an angled section end css

Solutions on MaxInterview for how to get an angled section end css by the best coders in the world

showing results for - "how to get an angled section end css"
Sana
02 Mar 2017
1.section {
2  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
3}