By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 avatars.css

View raw Download
text/plain • 147 B
ASCII text
        
            
1
.avatar {
2
aspect-ratio: 1/1;
3
height: var(--size);
4
width: var(--size);
5
object-fit: cover;
6
border-radius: var(--radius-avatar);
7
}