What is the preferred percentage for making an image completely circled. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the preferred percentage for making an image completely circled.

3rd Sep 2019, 11:18 AM
Isaiah Egbokhan
Isaiah Egbokhan - avatar
3 Answers
+ 2
Thanks for your answers
3rd Sep 2019, 7:49 PM
Isaiah Egbokhan
Isaiah Egbokhan - avatar
+ 1
50%
3rd Sep 2019, 12:29 PM
SACHIN.SHERA
SACHIN.SHERA - avatar
+ 1
<style> .yourImageClassName { border-radius:50%; } </style>
3rd Sep 2019, 5:23 PM
Rohan Rao
Rohan Rao - avatar