How to make a circle div? Css/html - inline Css

Rounded Images


<img style=“border-radius:100%; border:10px solid gold; border-style: solid; width:auto; height:200px;” src=“https://wapkiz.org/img/add.png” alt=“Profile” style=“width:150px;” height:150px;">



//You can adjust the image width size from auto to your own wanted size eg. width:100px; and radius size from height:200px; and above.