Skip to content

Instantly share code, notes, and snippets.

@charisTheo
Created October 28, 2018 11:01
Show Gist options
  • Select an option

  • Save charisTheo/0efe6cdfddd8aee5613ba08b88034b0c to your computer and use it in GitHub Desktop.

Select an option

Save charisTheo/0efe6cdfddd8aee5613ba08b88034b0c to your computer and use it in GitHub Desktop.
Browser support for background CSS property
/* 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