-
-
Save tamselvan89/9594128 to your computer and use it in GitHub Desktop.
Dabblet avatar
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
/** | |
* Dabblet avatar | |
*/ | |
@font-face { | |
font-family: 'Dabblet'; | |
src: url(/img/dabblet.ttf); | |
} | |
html { background: white } | |
body { | |
width: 200px; | |
height: 200px; | |
margin: 40px; | |
background: | |
url(img/noise.png), | |
radial-gradient(hsla(100, 100%, 10%, .5), hsl(200, 10%, 20%)); | |
font: 70px/220px Dabblet; | |
color: white; | |
text-align: center; | |
text-shadow: .05em .05em .2em black; | |
} |
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
dt |
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
{"view":"split-vertical","fontsize":"110","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment