Facebook
From a, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 228
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  4. <link rel="stylesheet" type="text/css" href="new 1.css">
  5. <head>
  6. <title>Baza danych biblioteki</title>
  7. </head>
  8. <body>
  9. <div id="calosc">
  10. <div id="right">
  11.  
  12. <b>dostępne gatunki filmu<b><br><br><br><br>
  13.   1. Sci-Fi  <br>
  14.   2. Animacja<br>
  15.   3. Dramay<br>
  16.   4. horror<br>
  17.   5. komedia <br><br><br><br><br>
  18. <a href="1">cos1</a><br>
  19. <a href="2">cos2</a>
  20.  
  21. <div id="srodek">
  22. <div id="lewy">
  23.  
  24. </div>
  25.  
  26. <h3></h3>
  27.  
  28. <h3></h3>
  29. </div>
  30. </div>
  31. <div id="aaa"><font size="20">FILMOTEKA </font>
  32. <div id="bbb">a
  33. <div id="ccc"><img src="1.jpg">
  34. </div>
  35. </div>
  36. </body>
  37. </html>
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. #baner {
  52.         background-color: #3B85AA;
  53.         color: white;
  54.         font-family: Arial;
  55.         text-align: center;
  56.         padding: 0px;
  57.         margin: auto;
  58. }
  59. #lewy {
  60.         width: 80%;
  61.         height: 450px;
  62.         text-align: center;
  63.         margin: auto;
  64.         float: right;
  65. }
  66. #right {
  67.         color: white;
  68.         background-color: #4E9BB5;
  69.         width: 20%;
  70.         height: 100%;
  71.         margin: auto;
  72.         float: left;
  73. }
  74.  
  75. #aaa {
  76.         background-color: #3B85AA;
  77.         color: white;
  78.         padding: 10px;
  79.         font-family: Arial;
  80.         text-align: center;
  81.         margin: auto;
  82.        
  83. }
  84. #bbb {
  85.         background-color: #3B85AA;
  86.         color: white;
  87.         padding: 10px;
  88.         font-family: Arial;
  89.         text-align: center;
  90.         margin: auto;
  91.        
  92. }
  93. #ccc {
  94.         background-color: #3B85AA;
  95.         color: white;
  96.         padding: 10px;
  97.         font-family: Arial;
  98.         text-align: center;
  99.         margin: auto;
  100.        
  101. }