Skip to content

Instantly share code, notes, and snippets.

@drews256
Created November 7, 2018 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save drews256/10f412bd7579eda9bb95d867eacc6e90 to your computer and use it in GitHub Desktop.
Save drews256/10f412bd7579eda9bb95d867eacc6e90 to your computer and use it in GitHub Desktop.
h1 {
font-family: 'Roboto', sans-serif;
}
.center {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.text {
margin-top: 30px;
font-family: 'Roboto', sans-serif;
}
.basic_button {
font-family: 'Roboto', sans-serif;
font-size: 18;
margin-top: 30px;
width: 300px;
height: 45px;
border-radius: 4px;
background-color: #44AAB5
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment