Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Kompendium wiedzy o Eorth</title>
  6. <meta name="description content=" Oto manuskrypt zawierający wiedzę o Eorth.">
  7. <meta name="keywords" content=" smoki, fantasy, magia, legendy">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  9. <link rel="stylesheet" href="style.css" type="text/css">
  10. <embed src="D:/My Downloads/Muza]/Anime Music/Fairy Tail/Fairy Tail Soundtrack Vol.1/36 - Fairy Tail -Slow version Main Theme.mp3" hidden="true" loop="false">
  11. <bgsound src="D:/My Downloads/Muza]/Anime Music/Fairy Tail/Fairy Tail Soundtrack Vol.1/36 - Fairy Tail -Slow version Main Theme.mp3" hidden="true" loop="false">
  12. <style>
  13. #container
  14. {
  15. width: 1000px;
  16. margin-left: auto;
  17. margin-right: auto;
  18. }
  19. #logo
  20. {
  21. background-color:#0086b3;
  22. padding: 18px;
  23. margin-top: 20px;
  24. font-size: 20px;
  25. letter-spacing: 2px;
  26. font-family: 'Berkshire Swash', cursive;
  27. font-weight: bold;
  28.  
  29. }
  30. #nav
  31. {
  32. font-size: 18px;
  33. font-family: "Times New Roman";
  34. font-style: oblique;
  35. font-weight: normal;
  36. font-variant: normal;
  37. float: left;
  38. background-color: #8c0d26;
  39. width:120px;
  40. padding:60px;
  41. min-height: 640px;
  42. font-family: 'Berkshire Swash', cursive;
  43. }
  44. #content
  45. {
  46. float: left;
  47. padding:20px;
  48. width: 540px;
  49. color: black;
  50. background: rgba(255,255,255, 0.5);
  51. font-family: 'Shrikhand', cursive;
  52. margin-top:10px;
  53. text-align: center;
  54.  
  55. }
  56. #ad
  57. {
  58. width:120px;
  59. min-height:700px;
  60. padding:30px;
  61. float: right;
  62. background-color: #8c0d26;
  63. font-family: 'Berkshire Swash', cursive;
  64. }
  65.  
  66. #footer
  67. {
  68. clear: both;
  69. padding: 40px;
  70. background-color: black;
  71. color: gold;
  72. text-align: center;
  73. }
  74. </style>
  75. </head>
  76. <body>
  77. <div id="container">
  78. <div id="logo">
  79. <h1>Eorth kompendium ras i stworzeń</h1>
  80. </div>
  81. <div id="nav">
  82. <a href="ludzie.html" target="_blank" title="Rasy zamieszkujące Eorth">
  83. <h2>Humanoidy</h2>
  84. </a>
  85. <a href="smoki.html" target="_blank" title="Opis Smoków">
  86. <h2>Smoki</h2>
  87. <a href="">
  88. <h2>Ptaki</h2>
  89. </a>
  90. <a href="">
  91. <h2>Potwory Morskie</h2>
  92. </a>
  93. </div>
  94. <div id="content">
  95. Drogi czytelniku, strona ta jest kompendium wiedzy o przedziwnym świecie Eorth.
  96. Opisano w nim wszelkie rasy i stworzenia na nim występujące, a wiedzę tą pozyskano często z narażeniem zdrowia i życia,
  97. tylko po to aby przyszli podróżnicy mogli ustrzec się od zagrożeń czyhających w tym niezwykłym miejscu.
  98. </div>
  99. <div id="ad">
  100. <a href="">
  101. Przepis na chleb skrzatów
  102. <a/>
  103. </div>
  104. <div id="footer">
  105. Kompendium Wiedzy o Eorth&copy; Wszelkie prawa zastrzeżone.
  106.  
  107. </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement