Skip to content

Instantly share code, notes, and snippets.

@newtone
Created September 15, 2020 22:55
Show Gist options
  • Save newtone/56a3a50da2fe317ae90993e4b66b7429 to your computer and use it in GitHub Desktop.
Save newtone/56a3a50da2fe317ae90993e4b66b7429 to your computer and use it in GitHub Desktop.
{
/* midpoint defaults to 50% */
background: linear-gradient(#fff, #bbf);
/* midpoint set to 80% */
background: linear-gradient(#fff, 80%, #bbf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment