Skip to content

Instantly share code, notes, and snippets.

@elliotwesoff
Created May 26, 2016 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elliotwesoff/59386ba7ebe1caa54df3cfec6c5435c6 to your computer and use it in GitHub Desktop.
Save elliotwesoff/59386ba7ebe1caa54df3cfec6c5435c6 to your computer and use it in GitHub Desktop.
body {
font-family: "Courier New";
}
.center {
width: 60%;
margin: auto;
text-align: center;
}
* {
margin: 0;
}
html, body {
height: 100%;
}
.container {
min-height: 100%;
margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
height: 30px; /* .push must be the same height as .footer */
}
.footer {
padding-top: 10px;
border-top: 1px solid black;
font-size: 12pt;
}
p, h3 {
margin: 25px;
}
.alert {
margin-top: 20px;
padding: 10px;
}
.alert-notice {
border: 1px solid blue;
}
.alert-alert, .alert-danger {
border: 1px solid red;
}
.alert-success {
border: 1px solid green;
}
#error_explanation {
margin: auto;
margin-bottom: 30px;
}
.field_with_errors {
margin: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment