I am trying to create the following button effect with css.
The html code for the buttons area is like this:
<div id="background">
<div id='button_region'>
<div class="button">
<a href="#">Services</a>
</div>
<div class="button">
<a href="#">Support</a>
</div>
</div>
</div>
I asked chatGPT, and he suggested using clip-path, though, I still haven't been able to make it work.
How do code this css?