Skip to content

Instantly share code, notes, and snippets.

View AlleahSTAR's full-sized avatar

Alleah Reinhart AlleahSTAR

View GitHub Profile
@AlleahSTAR
AlleahSTAR / dabblet.css
Created February 9, 2014 05:16
Untitled
.photo {
overflow: hidden;
}
.photo img {
position: absolute;
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
-ms-transition: all 300ms ease-out;
@AlleahSTAR
AlleahSTAR / dabblet.css
Created February 9, 2014 00:39
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
/* Sort box layout and allow more freedom with box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
body {
background-color:#000;
@AlleahSTAR
AlleahSTAR / dabblet.css
Created February 7, 2014 03:02
doesn't work
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200);
body {
background-color:#000;
}
@media (min-width: 1925px) {
#masonry {
-moz-column-count: 4;
-webkit-column-count: 4;
column-count: 4;