Created
September 1, 2020 15:56
-
-
Save 0xdeepmehta/7686c0ecb63fd53c1f103918606826e4 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
.app{ | |
display: grid; | |
place-items: center; | |
background-color: #dadbda; | |
height: 100vh; | |
} | |
.app__body { | |
display: flex; | |
height: 90vh; | |
width: 90vw; | |
background-color: #ededed; | |
box-shadow: -1px 4px 20px -6px rgba(0, 0, 0, 0.2); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment