Created
January 27, 2019 12:24
-
-
Save zprima/e957c81ff1e3f1aee1f0e8bf5a375ce8 to your computer and use it in GitHub Desktop.
medium_p2_c2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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