Advertisement
Guest User

Untitled

a guest
May 25th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. height: 100%;
  5. width: 100%;
  6. background: url(http://38.media.tumblr.com/db4ebd7238562527ffdc484faf409e21/tumblr_mq886lGMao1qgufk7o6_1280.jpg); /*background image*/
  7. background-position: bottom;
  8. background-attachment: fixed;
  9. -webkit-background-size: cover;
  10. -moz-background-size: cover;
  11. -o-background-size: cover;
  12. background-size: cover;
  13. font-family: Trebuchet MS; /*body font*/
  14. font-size: 10px; /*body font size*/
  15. letter-spacing: 2px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement