Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with overlapping elements Reply To: Help with overlapping elements

#276378
Atelierbram
Participant
.search-btn {
  /* stuff */
  clip-path: polygon(50% 0%, 100% 0%, 100% 95%, 20% 92%, 30% 92%, 0% 92%, 0% 0%);
}

https://codepen.io/atelierbram/pen/oPoRKZ