body { background: #d3d6d9; } .avatar { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100px; height: 100px; margin: auto; border-radius: 5px; background: white; transform: scale(0); img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 75px; height: 75px; margin: auto; border-radius: 100%; background: white; box-shadow: 0 0 0 3px white, 0 0 0 6px #d3d6d9; transform: scale(0); } }