Created
November 5, 2016 07:33
-
-
Save smhatre59/0c32512ee8d8fe67e670734b56dc0b16 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
.username { | |
margin: auto; | |
color: #658585; | |
font-size: 1.53em; | |
font-family: "Coda", sans-serif; | |
font-weight: bold; | |
} | |
.avatar { | |
padding: .7em; | |
height: 6.23em; | |
width: 6.23em; | |
border-radius: 18em; | |
} | |
.user-profile { | |
margin: auto; | |
background: #fff; | |
border-radius: .3em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment