Created
February 22, 2018 10:13
-
-
Save Sowmayjain/aa73bfb3aa9f61e56f396635066cc59e to your computer and use it in GitHub Desktop.
Dapp css file
This file contains 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 { | |
background-color:#F0F0F0; | |
padding: 2em; | |
font-family: 'Raleway','Source Sans Pro', 'Arial'; | |
} | |
.container { | |
width: 50%; | |
margin: 0 auto; | |
} | |
label { | |
display:block; | |
margin-bottom:10px; | |
} | |
input { | |
padding:10px; | |
width: 50%; | |
margin-bottom: 1em; | |
} | |
button { | |
margin: 2em 0; | |
padding: 1em 4em; | |
display:block; | |
} | |
#instructor { | |
padding:1em; | |
background-color:#fff; | |
margin: 1em 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment