Skip to content

Instantly share code, notes, and snippets.

@rwbrockhoff
Created March 15, 2019 19:12
Show Gist options
  • Save rwbrockhoff/577e7c4e79c7237f1f858230f54f3251 to your computer and use it in GitHub Desktop.
Save rwbrockhoff/577e7c4e79c7237f1f858230f54f3251 to your computer and use it in GitHub Desktop.
.graphContainer {
width: 50vw;
height: 50vh;
background: white;
padding: 20px;
border-radius: 10px;
-webkit-box-shadow: 0px 10px 0px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 0px -5px rgba(0,0,0,0.3);
box-shadow: 0px 10px 0px -5px rgba(0,0,0,0.3);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment