Advertisement
Guest User

FLOWEY TUMBLR THEME

a guest
Nov 28th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Howdy!</title>
  5. <style>
  6. html {
  7. height: 100%;
  8. width: 100%;
  9. }
  10.  
  11. body {
  12. background-color: black;
  13. background-image: url(https://36.media.tumblr.com/5cae188b05a0ba49bb4e0c48a3e73dce/tumblr_ny97y8e2B31qdjp0xo1_540.png);
  14. background-size: contain;
  15. background-repeat: no-repeat;
  16. background-position: center;
  17. }
  18. </style>
  19. </head>
  20. <body></body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement