How do I create a hospital sign with fully rounded corners?

0
16
Asked By CuriousCoder101 On

I want to design a hospital plus sign (you know, the one that's commonly used as a medical symbol), but I'm looking for a version that has all rounded corners, including the center. Any tips on how to achieve this using HTML and CSS?

1 Answer

Answered By CodingNinja42 On

To make a hospital sign with rounded corners, you can use two absolutely positioned divs within a relative container. Set the background color to red for both inner divs and give them a border-radius. You might need to rotate one of the divs to achieve that plus shape with rounded intersections. It might require more adjustments to make sure the corners line up perfectly, though.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.