Skip to content

Instantly share code, notes, and snippets.

@zprima
Created January 27, 2019 12:24
Show Gist options
  • Save zprima/e957c81ff1e3f1aee1f0e8bf5a375ce8 to your computer and use it in GitHub Desktop.
Save zprima/e957c81ff1e3f1aee1f0e8bf5a375ce8 to your computer and use it in GitHub Desktop.
medium_p2_c2
body{
font-family: "Verdana"
}
#app{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#btn-jumper{
padding: 15px 10px;
background-color: #2673BF;
color: white;
border: none;
font-size: 30px;
margin-top: 60px;
}
#place-to-land{
margin-top: 60px;
font-size: 42px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment