Skip to content

Instantly share code, notes, and snippets.

@gottalovelattes
Created February 27, 2017 00:19
Show Gist options
  • Star 18 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gottalovelattes/4ef338c9e2187c1c09c28a0c70fbcf0a to your computer and use it in GitHub Desktop.
Save gottalovelattes/4ef338c9e2187c1c09c28a0c70fbcf0a to your computer and use it in GitHub Desktop.
Instagram CSS gradient background
background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
@barrywire
Copy link

Thanks so much, I wanted to use such a background. That came in handy

@webradios
Copy link

Thank you bro!!

@spj2401Dev
Copy link

🤝🤝🤝

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment