Skip to content

Instantly share code, notes, and snippets.

@YushengLi
Created July 9, 2018 03:46
Show Gist options
  • Save YushengLi/e37a88abce1b395530c7b948caeee24c to your computer and use it in GitHub Desktop.
Save YushengLi/e37a88abce1b395530c7b948caeee24c to your computer and use it in GitHub Desktop.
background:
linear-gradient( 90deg, white 0%, rgba(255,255,255,0)),
linear-gradient(-90deg, white 0%, rgba(255,255,255,0)) 100% 0,
radial-gradient(
farthest-side at 0% 50%,
rgba(0,0,0,1),
rgba(0,0,0,0.3)
),
radial-gradient(
farthest-side at 100% 50%,
rgba(0,0,0,1),
rgba(0,0,0,0.3)
) 100% 0%;
background-repeat: no-repeat;
background-color: #fff;
background-size: 100px 100%, 100px 100%, 14px 100%, 14px 100%;
background-attachment: local, local, scroll, scroll;
z-index: 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment