Advertisement
Guest User

oashfddijsgkjsdghofsd

a guest
Nov 22nd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>Baza danych sklep komputerowy</title>
  4. <meta charset="utf-8">
  5. <style>
  6. #baner{
  7. color: white;
  8. background-color: #6F851E;
  9. padding: 10px;
  10. text-align: center;
  11. font-style: italic;
  12. }
  13. #stopka{
  14. clear: both;
  15. color: white;
  16. background-color: #6F851E;
  17. padding: 10px;
  18. text-align: center;
  19. font-style: italic;
  20. }
  21. #p-lewy{
  22. float: left;
  23. color: white;
  24. background-color: #7C9421;
  25. width: 25%;
  26. height: 400px;
  27. text-align: right;
  28. }
  29. #p-prawy{
  30. float: right;
  31. width: 75%;
  32. height: 400px;
  33. text-align: center;
  34. }
  35. a{
  36. color: white;
  37. }
  38. </style>
  39. </head>
  40. <body>
  41. <div id="baner">
  42. <h1>PROJEKT BAZY DANYCH SKLEPU KOMPUTEROWEGO</h1>
  43. </div>
  44. <div id="p-lewy">
  45. <h3>AUTOR STRONY</h3>
  46. <p>00000000000</p>
  47. <h3>PLIKI DO POBRANIA</h3>
  48. <ul>
  49. <a href="baza/kwerendy.txt"><li>Kwerendy</li></a>
  50. <a href="baza/sklep.sql"><li>Eksport MySQL</li></a>
  51. </ul>
  52. </div>
  53. <div id="p-prawy">
  54. <img src="baza/" alt="sklep komputerowy" border="3px" vspace="100px">
  55. </div>
  56. <div id="stopka">
  57. <h2>Egzamin E.14 Tworzenie aplikacji internetowych i baz danych iraz administrowanie bazami.</h2>
  58. </div>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement