how to get an angled section end css

CSS
.section {
  clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
}
Source

Also in CSS: