Skip to content

Instantly share code, notes, and snippets.

@BFTrick
Created November 17, 2014 21:59
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 BFTrick/04553710193fac4b1a77 to your computer and use it in GitHub Desktop.
Save BFTrick/04553710193fac4b1a77 to your computer and use it in GitHub Desktop.
Some CSS to style the Ninja Forms PDF Form Submissions template
html {
margin: 0;
padding: 0;
}
header {
background-color: #ef4748;
margin-bottom: 20px;
padding: 20px 20px 0 20px;
}
#main {
background-color: #ffffff;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment