Skip to content

Instantly share code, notes, and snippets.

@drFabio
Last active November 22, 2017 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drFabio/0a11095bc47b189b79cc9bcdb568614b to your computer and use it in GitHub Desktop.
Save drFabio/0a11095bc47b189b79cc9bcdb568614b to your computer and use it in GitHub Desktop.
Exemplo vendor prefixes
#wrapper {
background-color: #7db9e8;
background: -moz-linear-gradient(top, #7db9e8 0%, #2989d8 12%, #0f0f0f 100%);
background: -webkit-linear-gradient(top, #7db9e8 0%,#2989d8 12%,#0f0f0f 100%);
background: linear-gradient(to bottom, #7db9e8 0%,#2989d8 12%,#0f0f0f 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#0f0f0f',GradientType=0 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment