Skip to content

Instantly share code, notes, and snippets.

@titox
Forked from LeaVerou/dabblet.css
Created December 20, 2011 08:10
Show Gist options
  • Select an option

  • Save titox/1500738 to your computer and use it in GitHub Desktop.

Select an option

Save titox/1500738 to your computer and use it in GitHub Desktop.
Previewer test
/**
* Previewer test
*/
background: #f06;
background: linear-gradient(left bottom,
hsla(340, 100%, 50%,.7), yellow);
min-width: 100px;
width: 400px;
transition-duration: 10s;
transition-duration: 1000ms;
transition-timing-function: cubic-bezier(.2,.6,.8,.8);
transition-timing-function: ease-out;
transform: rotate(145deg);
transform: rotate(-.125turn); /* negative angle */
font-family: Dabblet, 'Palatino Linotype', "Times New Roman", sans-serif;
font-family: fantasy; /* single font-family */
font: bold 100%/1.5 Monaco, Consolas, monospace;
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment