Created
October 28, 2018 11:01
-
-
Save charisTheo/0efe6cdfddd8aee5613ba08b88034b0c to your computer and use it in GitHub Desktop.
Browser support for background CSS property
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
| /* Syntax */ | |
| /* background: bg-color bg-image position/bg-size bg-repeat bg-origin bg-clip bg-attachment initial|inherit; */ | |
| -webkit-background: /* add values */; | |
| -moz-background: /* add values */; | |
| -ms-background: /* add values */; | |
| -o-background: /* add values */; | |
| background: /* add values */; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment