Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. <DOCTYPE html>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Kantor wymiany walut</title>
  6. <style type="text/css">
  7.  
  8. body,html
  9. {
  10. margin: 0px;
  11. padding: 0px;
  12. }
  13. #baner
  14. {
  15.  
  16. background-color: #0000ff;
  17. padding:10px;
  18. text-align: center;
  19. font-family: Arial;
  20. }
  21. #pl
  22. {
  23. color: white;
  24. background-color: #00b4ea;
  25. width: 15%;
  26. height: 400px;
  27. text-align: right;
  28. float: left;
  29. }
  30. #pp
  31. {
  32. color: white;
  33. background-color: #00b4ea;
  34. width: 15%;
  35. height: 400px;
  36. text-align: center;
  37. float: left;
  38. }
  39. #ps
  40. {
  41. width: 70%;
  42. height: 400px;
  43. text-align: center;
  44. float: left;
  45. background-color: #00b4ea;
  46. }
  47. #stopka
  48. {
  49. color: white;
  50. background-color: #0000ff;
  51. padding:10px;
  52. text-align: center;
  53. font-family: Arial;
  54. clear: both;
  55. }
  56. a
  57. {
  58. color: white;
  59. }
  60.  
  61.  
  62. </style>
  63. </head>
  64. <body>
  65. <div id="calosc">
  66. <div id="baner">
  67. <h1><img src="grafika.jpg" alt="Kantor" vspace="50" border="1"></h1>
  68. </div>
  69. <div id="pl">
  70. <h3><a href="baza/kwerendy.txt">Kursy walut na dzien:</a>2018-09-16</h3>
  71. <h3><a href="baza/kwerendy.txt">tabela</a></h3>
  72.  
  73. <ul>
  74.  
  75.  
  76. </div>
  77. <div id="ps">
  78.  
  79. </div>
  80. <div id="pp">
  81.  
  82. </div>
  83. <div id="stopka">
  84. <h2>Ogólnoposlski Próbny Egzamin Zawodowy E.14 - 2018 </h2>
  85. <h3>Autor:00262910912</h3>
  86.  
  87. </div>
  88. </div>
  89. </body>
  90. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement