Skip to content

Instantly share code, notes, and snippets.

@ajmeese7
Created August 31, 2019 19:20
Show Gist options
  • Save ajmeese7/960b56b2e64747a2fb175bb3541d6c35 to your computer and use it in GitHub Desktop.
Save ajmeese7/960b56b2e64747a2fb175bb3541d6c35 to your computer and use it in GitHub Desktop.
Cool top border

On the npm website, there is a neat looking border above the nav that is styled with the following code:

border-width: 3px 0 0;
border-top-style: solid;
border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment