Converting border-radius: 44px / 70px; to %

How would I convert this border radius to percent?
border-radius: 44px / 70px;

I never know how to do these correctly.

This might help, but you’ll find that percentage values behave differently to pixel values, and that there isn’t a direct translation between them. https://www.codementor.io/tips/1314923785/border-radius-in-percentage-and-pixel-px

1 Like

It’s not loading:
https://www.codementor.io/

You’ve posted a different link to the one I did. The one I posted goes to the article, where yours only goes to the home page for the site.

I see it now.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.