Advertisement
pro-themes

Layout Base

Dec 7th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.34 KB | None | 0 0
  1. <head>
  2. <style type="text/css">
  3. body {
  4. color: #6E6E6E;
  5. background-color: #f7f7f7;
  6. font-family: times new roman;
  7. line-height:13px;
  8. font-size:14px;
  9. padding: 0px;
  10. margin: 0px;
  11. background-image:url(http://i45.tinypic.com/16jhspi.png);
  12. background-attachment: fixed;
  13. background-repeat: repeat;
  14. }
  15.  
  16. </style>
  17. <body onkeydown="return false">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement