Created
May 30, 2017 19:39
-
-
Save andreleoni/2b3a473ea0c81c3a17f7f969db797e22 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.user-image { | |
width: 32px; | |
height: 32px; | |
border-radius: 50%; | |
background-color: #3c8dbc; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
font-size: 16px; | |
color: white; | |
letter-spacing: -1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment