Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rizkiandrianto/5ab332741c49c1f847b2b51ed8ed77e8 to your computer and use it in GitHub Desktop.
Save rizkiandrianto/5ab332741c49c1f847b2b51ed8ed77e8 to your computer and use it in GitHub Desktop.
Instagram Theme CSS gradient background. Usually used in user avatar border as they has new story.
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 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment