Created
October 13, 2020 08:51
-
-
Save jennlee20/2e23290bfa899b1204bd14ac12d8d091 to your computer and use it in GitHub Desktop.
This file contains 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
#page { | |
width: 100%; | |
height: 100%; | |
background: inherit; | |
position: absolute; | |
left: -25px; | |
right: 0; | |
top: -25px; | |
bottom: 0; | |
/*box-shadow: inset 0 0 0 200px rgba(255,255,255,0.3);*/ | |
filter: blur(2px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment