Seeking explaination on how to use html to make an image circle | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Seeking explaination on how to use html to make an image circle

8th Jan 2021, 9:50 PM
Impeether
Impeether - avatar
4 Answers
+ 3
You want to make an image of a circle? Use GIMP. That has nothing to do with HTML. If not, what else are you asking? Do you have an image and want to show it in HTML? Do you want to make a circle in SVG and embed that in HTML? Do you want to make an HTML element have completely rounded corners to be shaped like a circle?
8th Jan 2021, 10:05 PM
Josh Greig
Josh Greig - avatar
+ 1
Med Amine Fh Nice, however there is an error in your css. Instead of border-radius=50%; It should be border-radius: 50%;
8th Jan 2021, 11:02 PM
Chris Coder
Chris Coder - avatar
0
in css : img{ border-radius:50%; width:100px; height:auto; }
8th Jan 2021, 10:06 PM
Med Amine Fh
Med Amine Fh - avatar
0
Chris C. my fault . Thanks for checking
9th Jan 2021, 2:49 PM
Med Amine Fh
Med Amine Fh - avatar