Skip to content

Instantly share code, notes, and snippets.

@cslott
Forked from LeaVerou/dabblet.css
Created April 17, 2013 00:40
Show Gist options
  • Save cslott/5400870 to your computer and use it in GitHub Desktop.
Save cslott/5400870 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);
background: url(http://placekitten.com/330/340);
content: '\2665';
min-width: 100px;
width: 2in;
transition-duration: 6s;
transition-duration: 1000ms;
transition-timing-function: cubic-bezier(.2,.6,.8,.8);
transition-timing-function: ease-in;
transform: rotate(45deg);
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;
<img src="http://placekitten.com/330/340" alt="Awwww" />
&#x2665;
&hearts;
{"view":"separate","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment