Last active
December 25, 2015 02:29
-
-
Save davidsonfellipe/6902968 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
//CSS3 new properties for background: background-size, background-origin and background-clip, new shorthand: | |
.selector { | |
background: #000 url(image.gif) no-repeat top left / 100% 100% border-box content-box; | |
// COLOR URL REPEAT POSITION-TOP POSITION-LEFT / BACKGROUND-SIZE-WIDTH BACKGROUND-SIZE-HEIGHT BACKGROUND-ORIGIN BACKGROUND-CLIP | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment