Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <title>SAMJAX</title>
- <link href="style.css">
- <style>
- .menu {display:inline ; color:green; }
- .content {display:inline ; color:red;}
- #header { color:orange; display: inline;}
- a:link {text-decoration: none;color:black;}
- .mynd {float: right; margin: 25px solid #000;}
- .spann { float:right; }
- .spann {position:relative; left:245px;}
- .spann {position:relative; bottom:300px;}
- #motherdiv {position:relative; left:5px; float:left;}
- .mynd { position:relative; right:559px;}
- .mynd {position:relative;top:120px;}
- </style>
- </head>
- <body>
- <div class="mynd">
- <img src="http://ecx.images-amazon.com/images/I/51C5vWqvNhL._SL500_AA300_.jpg">
- </div>
- <div id="motherdiv">
- <div id="header">
- <h1>Bloggið Okkar!</h1>
- <ul>
- <li><a href="#">Heima</a></li>
- <li><a href="#">Bokasafn</a></li>
- <li><a href="#">Hlekkir</a></li>
- <li><a href="#">Um okkur</a></li>
- </ul>
- </div>
- <div class="menu">
- <h3>Nýleg umræða</h3>
- <ul>
- <li><a href="#">Póstur eitt</a></li>
- <li><a href="#">Póstur Tvö</a></li>
- <li><a href="#">Póstur þrjú</a></li>
- </ul>
- </div>
- <div class="content"><h3>Flokkar</h3>
- <ul>
- <li><a href="#">typpi</a></li>
- <li><a href="#">píka</a></li>
- <li><a href="#">Endaþarmsmök</a></li>
- </ul>
- </div>
- </div>
- <div class="spann">
- <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>
- </span>
- <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>
- </span>
- <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.
- </span>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement