Brightbox - Current usage style

by Girisha Chennura

HTML

<div class="c-container"></div>

CSS

body {
    margin:50px;
}
.c-container {
    background: #f5f5f5;
    width:116px;
    height: 116px;
    border-radius:58px;
    box-shadow: inset 0 0 3px 2px rgba(0,0,0,0.26);
}