Answers for "how to get an angled section end css"

CSS
4

how to get an angled section end css

.section {
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
Posted by: Guest on April-28-2020

Browse Popular Code Answers by Language