Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="pl-PL">
  3. <head>
  4. <title>Strona Główna</title>
  5. <meta charset="utf-8">
  6. <link rel="shortcut icon" href="favicon.ico">
  7. <style>
  8. *{margin:0;padding:0;}
  9. #baner{width:100%;height:100px;background-color:#7c008c;}
  10. #baner h1{text-align:center;line-height:100px;}
  11. #lewy{width:30%;height:500px;background-color:#7c008c;float:left;clear:both;}
  12. #lewy ul,li{padding:30px;list-style-type:none;font-weight:bold;font-size:1.2em;text-align:center;}
  13. #lewy a{text-decoration:none;color:blue;}
  14. #lewy li{background-color:#7c008c;}
  15. #lewy li:hover{background-color:Yellow;}
  16. #lewy a:hover{background-color:#f000;color:#f00;}
  17. #lewy a:hover{color:#f00;}
  18. #prawy{width:70%;height:500px;background-color:lightblue;float:right;font-size:1.25em;}
  19. #prawy .kolumny1{padding:10px;column-count:2;color:white;column-rule:2px dashed #7c008c;column-gap:30px;}
  20. #prawy .kolumny2{padding:10px;column-count:3;color:white;column-rule:2px dashed #7c008c;column-gap:30px;}
  21. #prawy .kolumny3{padding:10px;column-count:1;color:white;column-rule:2px dashed #7c008c;column-gap:30px;}
  22. #stopka{width:100%;height:337px;background-color:#7c008c;clear:both;}
  23. #stopka p{text-align:center;font-size:1.2em;}
  24. #stopka img{width:30px}
  25. </style>
  26. </head>
  27. <body>
  28. <div id="baner">
  29. <h1>Moja ukochana strona www</h1>
  30. </div>
  31. <div id="lewy">
  32. <ul>
  33. <a href="index.html"><li>Strona główna</li></a>
  34. <a href="cennik.html"><li>Cennik</li></a>
  35. <a href="galeria.html"><li>Galeria</li></a>
  36. <a href="kontakt.html"><li>Kontakt</li></a>
  37. </ul>
  38. </div>
  39. <div id="prawy">
  40. <p class="kolumny1">Look, I was gonna go easy on you and not to hurt your feelings
  41. But I'm only going to get this one chance
  42. Something's wrong, I can feel it (Six minutes, Slim Shady, you're on, chiga-chick chick-chick on)
  43. Just a feeling I've got, like something's about to happen, but I don't know what
  44. If that means, what I think it means, we're in trouble, big trouble, and if he is as bananas as you say, I'm not taking any chances
  45. You are just what the doc ordered</p>
  46. <p class="kolumny2">I'm beginning to feel like a Rap God, Rap God
  47. All my people from the front to the back nod, back nod
  48. Now who thinks their arms are long enough to slapbox, slapbox?
  49. They said I rap like a robot, so call me Rapbot</p>
  50. <p class="kolumny3">But for me to rap like a computer must be in my genes
  51. I got a laptop in my back pocket
  52. My pen'll go off when I half-cock it
  53. Got a fat knot from that rap profit
  54. Made a livin’ and a killin’ off it
  55. Ever since Bill Clinton was still in office
  56. With Monica Lewinsky feelin’ on his nut-sack
  57. I'm an MC still as honest
  58. But as rude and as indecent as all hell
  59. Syllables, skill-a-holic (Kill 'em all with)
  60. This flippity, dippity, hippity hip-hop
  61. You don't really wanna get into a pissing match with this rappity-rap
  62. Packing a Mac in the back of the Ac, backpack rap crap, yep, yep, yackity-yak
  63. And at the exact same time
  64. I attempt these lyrical acrobat stunts while I'm practicing that
  65. I'll still be able to break a motha-fuckin’ table
  66. Over the back of a couple of faggots and crack it in half
  67. Only realized it was ironic I was signed to Aftermath after the fact
  68. How could I not blow? All I do is drop “F” bombs, feel my wrath of attack
  69. Rappers are havin’ a rough time period, here's a Maxi-Pad
  70. It's actually disastrously bad for the wack
  71. While I'm masterfully constructin’ this master piece (yeah) cuz…
  72. </p>
  73. </div>
  74. <div id="stopka">
  75. <p>
  76. <a href="index.html">Strona główna</a>
  77. <a href="cennik.html">Cennik</a>
  78. <a href="galeria.html">Galeria</a>
  79. <a href="kontakt.html">Kontakt</a>
  80. </p>
  81. <p><a href="mailto:ximsunio@wp.pl"><img src="email.png" alt="email"></a></p>
  82. </div>
  83. </body>
  84. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement