-
-
Save skopp/3561260 to your computer and use it in GitHub Desktop.
skuda rmx - Dabblet logo
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
/** | |
* skuda rmx - Dabblet logo | |
*/ | |
@font-face { | |
font-family: 'Dabblet'; | |
src: url(/img/dabblet.ttf); | |
} | |
html { background: white } | |
body { | |
width: 400px; | |
height: 300px; | |
margin-top: 60px; | |
background: | |
url(/img/noise.png), | |
radial-gradient(hsla(200, 3%, 0.1%, transparent), hsl(100, 37%, 50%)); | |
font: 120px/260px Dabblet; | |
color: #0caaff; | |
text-align: center; | |
text-shadow: .05em .05em .1em ; | |
} |
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 |
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":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment