Skip to content

Instantly share code, notes, and snippets.

@Jeremie-Chauvel
Last active January 10, 2020 09:44
Show Gist options
  • Select an option

  • Save Jeremie-Chauvel/dcc24f536c3d7137d6dccca996caa4d3 to your computer and use it in GitHub Desktop.

Select an option

Save Jeremie-Chauvel/dcc24f536c3d7137d6dccca996caa4d3 to your computer and use it in GitHub Desktop.
.container {
margin: 0 auto;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.section {
margin-top: 20px;
}
.title {
font-family: 'Quicksand', 'Source Sans Pro', -apple-system, BlinkMacSystemFont,
'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
display: block;
font-weight: 300;
font-size: 60px;
color: #35495e;
letter-spacing: 1px;
}
.subtitle {
font-weight: 300;
font-size: 21px;
color: #526488;
word-spacing: 5px;
padding-bottom: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment