Skip to content

Instantly share code, notes, and snippets.

@ashumeow
Forked from tamselvan89/dabblet.css
Last active August 29, 2015 13:57
Show Gist options
  • Save ashumeow/9594178 to your computer and use it in GitHub Desktop.
Save ashumeow/9594178 to your computer and use it in GitHub Desktop.
/**
* Dabblet avatar
*/
@font-face {
font-family: 'Dabblet';
src: url(/img/dabblet.ttf);
}
background-color: 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;
}
<html>
<head>
<title>
dabblet
</title>
</head>
<body>
-----
</body>
</html>
{"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