Skip to content

Instantly share code, notes, and snippets.

@Sowmayjain
Created February 22, 2018 10:13
Show Gist options
  • Save Sowmayjain/aa73bfb3aa9f61e56f396635066cc59e to your computer and use it in GitHub Desktop.
Save Sowmayjain/aa73bfb3aa9f61e56f396635066cc59e to your computer and use it in GitHub Desktop.
Dapp css file
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