Hi,
How can I make a certain image round? I used:
img {
border-radius: 50%;
}
But this makes all images round.
Hi,
How can I make a certain image round? I used:
img {
border-radius: 50%;
}
But this makes all images round.
Why don’t adding a class for that image and set the border radius instead?
I found the settings on “border” So got it fixed. No code needed
Old post for sure but, when you do it that way, you are setting the attributs on an ID which is very specific to that element. That may be all you want.
You can also create a class, assign the attribute to that, and reuse the class when you want.