Skip to content

Instantly share code, notes, and snippets.

@nicekiwi
Last active December 26, 2015 09:58
Show Gist options
  • Save nicekiwi/06d289b6fe718231b870 to your computer and use it in GitHub Desktop.
Save nicekiwi/06d289b6fe718231b870 to your computer and use it in GitHub Desktop.
CSS to power the frontend of my blog's contact form.
.response {
margin: 10px 0px;
padding:12px;
}
.response.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.response.failure {
color: #D8000C;
background-color: #FFBABA;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment