<div class="circle"></div>
body > div
{
            width:483px;
            height:298px;
            background:#676470;
            transition:all 0.3s ease;
}



.circle:hover
{
        border-radius:50%;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.