Advertisement
Guest User

Untitled

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