Skip to content

Instantly share code, notes, and snippets.

@chris2cant
Last active December 6, 2019 21:01
Show Gist options
  • Save chris2cant/8f5abe60675b4652388e029a8e8d7f5c to your computer and use it in GitHub Desktop.
Save chris2cant/8f5abe60675b4652388e029a8e8d7f5c to your computer and use it in GitHub Desktop.
body {
font-family: "Open Sans", sans-serif;
margin: 0;
}
.c2c-header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 24px 16px;;
}
.c2c-by {
font-weight: 300;
color: #e0e0e0;
}
h1 {
text-align: center;
margin: 0;
}
h2 {
margin: 0 0 16px;
font-weight: 400;
}
.card {
display: flex;
flex-direction: column;
padding: 16px;
background-color: white;
border-radius: 4px;
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
border-radius: 4px;
margin: 8px;
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&display=swap");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment