Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Teino1978-Corp/8481e0f95849c5ba6ccd to your computer and use it in GitHub Desktop.
Save Teino1978-Corp/8481e0f95849c5ba6ccd to your computer and use it in GitHub Desktop.
CSS gradient cross browser
background: #f78d1d;
background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment