« Web, HTML, Tech Forum

How do you have rounded images and non-rounded images on the same webpage?

So, I'm making a webpage, and I have some stamps at the bottom of it, but all the other images on the webpage have rounded corners, and I'm trying to get the stamps to be the only non-rounded images but I don't know how to do it (◞‸◟)💧 ... Does anynyan have advice?


Report Topic

1 Reply

Reply by Inccubus Fangzz

posted

define a class for the images you wanted rounded, then use

.your-class{

border-radius: 50%

}


or change the percentage according to your liking


Permalink Report Reply