Last active
December 12, 2018 11:17
-
-
Save alicethewhale/8c52a50495abf7c99510943d9055502c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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