Here is the CSS code I'm working with:
border-radius: 50%/15px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
I've been attempting to consolidate these values into a single border-radius
property, however, I haven't had any success so far. Is it feasible to achieve this?