_avatar.css 270 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 .avatar { line-height: 0; /* remove line-height */ display: inline-block; /* circle wraps image */ margin: 5px; border: 0.5px solid white; border-radius: 50%; /* relative value */ transition: linear 0.25s; height: 100px; width: 100px; }