Norman window CSS

HI!

How can I create this shape in CSS?

534132

Maybe that is a rectangle and a circle overlapping?

(I guess you already know how to make these two shapes alone How To Create Different Shapes with CSS )

Hello
Create a div and give it a border-radius like 6rem 6rem 0 0;
6 rem is the minimum.

There you go!

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.