0
I need to create a div with the base in equal radius of the attached image. However I am not able to find the exact value in the border-Radius to equal the image, is there any other way to do this? Remembering that I need to leave responsive.
I’m doing some tests on fiddle with border-Radius but it’s hard to leave it the same. https://fiddle.jshell.net/163d0bs5/1/
Note: The arrow is not part of the doubt.
Hello, first of all thank you, is more or less that, the problem that I’m not getting equal to image, and also need to be responsive. It would be very primitive of me to use the image as bg? or as image even positioning at the base of div? vlw
– user27585
What would "fix equal image"? It can be said that my example is responsive, slightly varying the curvature to different screen sizes, but depending on the case, it makes little difference.
– Woss
Would position the background-image at the bottom of the div, or use an img with position Absolute and bottom 0, I will do more testing here with image and with border-Radius same.
– user27585
I will use your method, I think I managed to reach a satisfactory condition. Thank you.
– user27585