Skip to content

Instantly share code, notes, and snippets.

@lemon-tree
Created April 30, 2011 15:22
Show Gist options
  • Save lemon-tree/949745 to your computer and use it in GitHub Desktop.
Save lemon-tree/949745 to your computer and use it in GitHub Desktop.
How to add some content at the bottom of the body
body:after {
content: "Content of what you want";
display: block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment