How to draw a circle using a div?


    #circle{
        border-radius: 50%;
    }

Code Example.