Skip to content

Instantly share code, notes, and snippets.

@Makerosophy
Makerosophy / gist:fde4f6c2df4faeaf0e63
Last active August 31, 2015 19:07
CSS Emmet rules
/*
https://raygun.io/blog/2015/04/emmet-and-css-the-forgotten-part/
http://docs.emmet.io/cheat-sheet/
*/
/*
* DISPLAY
*/
//d:b

Flip card effect

This is just a test to play with codepen in order to learn sass. No fantasy, just typing...

Gist remainder for "flip-card" effect

A Pen by Francesco on CodePen.

License.

/*
* From css-tricks.com
* http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */