Advertisement
Guest User

Untitled

a guest
Oct 13th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html>
  4. <head>
  5. <title>SAMJAX</title>
  6. <link href="style.css">
  7. <style>
  8. .menu {display:inline ; color:green; }
  9. .content {display:inline ; color:red;}
  10. #header { color:orange; display: inline;}
  11. a:link {text-decoration: none;color:black;}
  12. .mynd {float: right; margin: 25px solid #000;}
  13. .spann { float:right; }
  14. .spann {position:relative; left:245px;}
  15. .spann {position:relative; bottom:300px;}
  16. #motherdiv {position:relative; left:5px; float:left;}
  17. .mynd { position:relative; right:559px;}
  18. .mynd {position:relative;top:120px;}
  19.  
  20. </style>
  21. </head>
  22. <body>
  23.  
  24. <div class="mynd">
  25. <img src="http://ecx.images-amazon.com/images/I/51C5vWqvNhL._SL500_AA300_.jpg">
  26. </div>
  27.  
  28. <div id="motherdiv">
  29. <div id="header">
  30. <h1>Bloggið Okkar!</h1>
  31.  
  32. <ul>
  33.  
  34. <li><a href="#">Heima</a></li>
  35. <li><a href="#">Bokasafn</a></li>
  36. <li><a href="#">Hlekkir</a></li>
  37. <li><a href="#">Um okkur</a></li>
  38.  
  39. </ul>
  40. </div>
  41.  
  42. <div class="menu">
  43. <h3>Nýleg umræða</h3>
  44.  
  45. <ul>
  46.  
  47. <li><a href="#">Póstur eitt</a></li>
  48. <li><a href="#">Póstur Tvö</a></li>
  49. <li><a href="#">Póstur þrjú</a></li>
  50.  
  51. </ul>
  52.  
  53. </div>
  54.  
  55.  
  56. <div class="content"><h3>Flokkar</h3>
  57. <ul>
  58. <li><a href="#">typpi</a></li>
  59. <li><a href="#">píka</a></li>
  60. <li><a href="#">Endaþarmsmök</a></li>
  61. </ul>
  62. </div>
  63. </div>
  64. <div class="spann">
  65. <span>Normally, both your asses would be dead as fucking fried chicken,<br> but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you,<br> I wanna help you. But I can't give you this case, it don't belong to me. <br>Besides, I've already been through too much shit this morning over this case to hand it over to your dumb ass.<br>
  66. </span>
  67. <span>My money's in that office, right?<br> If she start giving me some bullshit about it ain't there, and we got to go someplace else and get it, <br>I'm gonna shoot you in the head then and there. Then I'm gonna shoot that bitch in the kneecaps,<br> find out where my goddamn money is. She gonna tell me too. <br>Hey, look at me when I'm talking to you, motherfucker. You listen: we go in there, and that nigga Winston or anybody else is in there,<br> you the first motherfucker to get shot. You understand?<br>
  68. </span>
  69.  
  70.  
  71. <span>Normally, both your asses would be dead as fucking fried chicken,<br> but you happen to pull this shit while I'm in a transitional period so I don't wanna kill you<br>, I wanna help you. But I can't give you this case, it don't belong to me. Besides<br>, I've already been through too much shit this morning <br>over this case to hand it over to your dumb ass.
  72. </span>
  73.  
  74.  
  75. </div>
  76.  
  77. </body>
  78. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement