Category "css-shapes"

How to create uneven rounded sides on a div?

I've been trying to make a DIV with uneven rounded sides like this: I've checked some solutions and the closest I can get to it is by using border-radius. I'

How to create a curve on the top of a background?

Please help me change the cutout from .top so that it is on top and not on the right. As shown in the image. Thank you very much in advance. I really hope for y

How to draw error icon with css only,exactly like in the image

Im trying to do the following x icon, exactly the way it is in here: So here is the html: <div class='error-circle'> <div>X</div> <

Concentric circles with CSS

Does anyone know how to draw concentric circles like the RAF symbol (concentric red, white and blue circles) using only CSS?