Skip to content

Instantly share code, notes, and snippets.

@0xdeepmehta
Created September 1, 2020 15:56
Show Gist options
  • Save 0xdeepmehta/7686c0ecb63fd53c1f103918606826e4 to your computer and use it in GitHub Desktop.
Save 0xdeepmehta/7686c0ecb63fd53c1f103918606826e4 to your computer and use it in GitHub Desktop.
.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