- 1
Can I change the shape of image?
I want to make images look fancy inside web page
2 Réponses
+ 2
you can do other things to make your image more beautiful.. like this:
.img{
border: 2px dashed #202020;
border-radius: 50%;
padding: 2px;
}
+ 1
yes, actually by working on it border radius.