I am looking to create a semi-circle for the bottom border of a div, without using rounded corners. Here is an example:
https://i.sstatic.net/6Em6c.png
Here is the code for the div:
#navlogo img {
position:fixed;
width: 180px;
height: 180px;
z-index: 2;
left:45%;
top:0;
background-color:#CCC;
Any assistance on how to achieve this would be greatly appreciated!
I have found that border-radius does the trick, my apologies for not explaining it clearly earlier