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