Skip to content

Instantly share code, notes, and snippets.

@sai-sondarkar
Created August 5, 2018 04:00
Show Gist options
  • Save sai-sondarkar/f1b94dced3236d3c78f782b0d4abb8ff to your computer and use it in GitHub Desktop.
Save sai-sondarkar/f1b94dced3236d3c78f782b0d4abb8ff to your computer and use it in GitHub Desktop.
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;
}
#loader {
width: 100px;
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment