0
What is the code to get rounded corners for the image in output?
4 Respuestas
+ 6
do it with percentance
*{border-radius:5%;}
+ 5
#image{
border-radius: 10px;
}
+ 1
I think it would be the border-radius attribute
+ 1
Thank yu all tried it and its workin with both px and %.