Skip to content

Instantly share code, notes, and snippets.

@fribibb
Created November 24, 2019 21:55
Show Gist options
  • Save fribibb/4635ae4298221170b9dde381db071c7b to your computer and use it in GitHub Desktop.
Save fribibb/4635ae4298221170b9dde381db071c7b to your computer and use it in GitHub Desktop.
/*
* From:
* https://medium.com/pixel-and-ink/avoiding-jagged-edges-on-gradients-f485cc7401f5
*/
background: linear-gradient(176deg, white, white 75%, black calc(75% + 1px), black 100%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment