I am trying to design a div element with a background made up of two colors divided by a half circle:
My preference is to use gradients for easier animation purposes. I am looking to avoid using pseudo-elements or border-radius, and my HTML structure limits me to only having text within the div element.
I understand that gradients are important for achieving effects like this, but I have been unsuccessful in creating what I have envisioned.
If anyone has insight on how to accomplish this, I would greatly appreciate it. Thank you and have a wonderful day!