Skip to content

Instantly share code, notes, and snippets.

@gunnarbittersmann
Created May 28, 2015 01:56
Show Gist options
  • Save gunnarbittersmann/48d13d63c8ef2d970f1c to your computer and use it in GitHub Desktop.
Save gunnarbittersmann/48d13d63c8ef2d970f1c to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
span
{
display: inline-block;
width: 5em;
height: 5em;
background: #048;
color: white;
font-family: Haettenschweiler;
font-size: 0.8em;
letter-spacing: 0.05em;
-webkit-transform-origin: 0 0;
-webkit-transform: scaleY(1.3) translateY(-0.22em);
transform-origin: 0 0;
transform: scaleY(1.3) translateY(-0.22em);
}
<span>A</span>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment