Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created December 7, 2011 03:33
Show Gist options
  • Save LeaVerou/1441328 to your computer and use it in GitHub Desktop.
Save LeaVerou/1441328 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"}
@kizu
Copy link

kizu commented Dec 9, 2011

Ok I understood. Ah, another idea for a site, if I'd have some extra time, I'd consider creating and maintaing a site what could answer the question of “which browsers support this property or value”.

Well, sooner or later something would appear in the internets, would it from the W3C, caniuse, someone else or from me, I'd let you know if I'd stumble upon it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment