Facebook
From Crimson Hog, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 266
  1. <!DOCTYPE html>
  2. <html lang="PL-pl">
  3. <head>
  4. <style>
  5. .baner { background-color: #5F5D89; padding: 10px; font-family: Arial;}
  6. .lewy {color: white; float: left; width: 15%; height: 400px; background-color: #716DA1; text-align: center; }
  7. .prawy {color: white; float: right; width: 15%; height: 400px; background-color: #716DA1; text-align: center;}
  8. .srodek {float: left; width: 70%; height: 400px; text-align: center;}
  9. .stopka {clear: both; background-color: #5F5D89; padding: 10px; font-family: Arial;}
  10. </style>
  11. <meta charset="UTF-8">
  12. <title>
  13. sdsdsdsd
  14. </title>
  15. </head>
  16. <body>
  17.  
  18.  
  19. <div class="baner">
  20. <center><h2 style="color: white">FILMY I AKTORZY- PROJEKT BAZY DANYCH</h2></center>
  21. </div>
  22.  
  23. <div class="lewy">
  24.  
  25. <H3>AUTOR</h3>
  26. 0909090909090
  27. </div>
  28.  
  29. <div class="prawy">
  30. <H3>DO POBRANIA</h3>
  31. <ul>
  32. <li><a style="color: white"href="123.txt">Kwerendy</a></li>
  33. <li><a style="color: white"href="123.txt">Eksport MSQL</a></li>
  34. </ul>
  35. </div>
  36.  
  37. <div class="srodek">
  38. <img vspace="100" height="200" width="200"src=" asdf.jpg" border="2" >
  39.  
  40. </div>
  41.  
  42. <div class="stopka">
  43. <center><h2 style="color: white">Egzamin E.14 Tworenie aplikacji Internetowych i baz danych oraz administrowanie bazami.</h2></center>
  44. </div>
  45.  
  46. </body>
  47. </html>