Skip to content

Instantly share code, notes, and snippets.

@alicethewhale
Last active December 12, 2018 11:17
Show Gist options
  • Save alicethewhale/8c52a50495abf7c99510943d9055502c to your computer and use it in GitHub Desktop.
Save alicethewhale/8c52a50495abf7c99510943d9055502c to your computer and use it in GitHub Desktop.
.tile {
background: url(https://source.unsplash.com/900x900/?christmas,holiday,festive);
background-size: 300%;
}
.tile--empty {
background: transparent;
}
.tile--1 {
background-position: top left;
}
.tile--2 {
background-position: top center;
}
/* etc... */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment