Advertisement
Guest User

Untitled

a guest
Apr 17th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Home Sweet Home</title>
  4. </head>
  5. <style>
  6. hd
  7. {
  8. color:rgb(247,220,237);
  9. font-family:"Lucida Console";
  10. font-size:64px;
  11. }
  12.  
  13. content
  14. {
  15. color:rgb(247,220,237);
  16. font-family:"Lucida Console";
  17. font-size:32px;
  18. }
  19.  
  20. .header
  21. {
  22. position:absolute;
  23. right:20%;
  24. top:10%;
  25. }
  26.  
  27. .content
  28. {
  29. position:fixed;
  30. right:20%;
  31. top:20%;
  32. width:75%;
  33. border:1px solid #EEEEEE;
  34. background:#FAFAFA
  35. }
  36.  
  37. a:link {color:rgb(247,220,237); text-decoration:none;}
  38. a:visited {color:rgb(247,220,237); text-decoration:none;}
  39. a:hover {color:rgb(250,202,234); text-decoration:none;}
  40. a:active {color:rgb(250,177,226); text-decoration:none;}
  41.  
  42. </style>
  43. <body>
  44. <div class="header"><hd>welcome ~/</hd></div>
  45.  
  46. <div class="content"><content>
  47. 4chan &nbsp ~ <a href="http://www.4chan.org/k/">weapons</a> / <a href="http://www.4chan.org/g/">technology</a><br>
  48. music &nbsp ~ <a href="http://www.rateyourmusic.com">rateyourmusic</a><br>
  49. email &nbsp ~ <a href="http://www.hotmail.com">hotmail</a><br>
  50. banking&nbsp~ <a href="https://www.ib.boq.com.au/boqbl" target=_blank>boq</a><br>
  51. pirate&nbsp ~ <a href="http://www.piratebay.se">piratebay</a> / <a href="http://www.kickass.to">kickass</a><br>
  52. </content></div>
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement