How to use a "reverse percentage"/unitless calculation in a CSS calc()?
I would like to use the following calculation in the width and height of an element: (1 / 0.65) * 100, then the % sign So that the width & height are set to 153.85%. However I believe the first…