Skip to content

Instantly share code, notes, and snippets.

@NicholasKuchiniski
Last active January 4, 2019 18:23
Show Gist options
  • Save NicholasKuchiniski/67977a489f909647e55d44179b8da214 to your computer and use it in GitHub Desktop.
Save NicholasKuchiniski/67977a489f909647e55d44179b8da214 to your computer and use it in GitHub Desktop.
Avatar circular com duas letras
.text-avatar{
display: block;
font-size: 12px;
font-weight: 700;
height: 32px;
left: 0;
line-height: 32px;
overflow: hidden;
position: absolute;
text-align: center;
/* top: 0; */
width: 32px;
border-radius: 500rem;
background: #6ff2c6;
color: #212121;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment