Created
July 9, 2018 03:46
-
-
Save YushengLi/e37a88abce1b395530c7b948caeee24c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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