Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. body{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html{
  6. font-family: Tahoma;
  7. }
  8. a{
  9. color: #ffd87e;
  10. }
  11. hr{
  12. color: #ffd87e;
  13. }
  14.  
  15. ol{
  16. list-style-type: circle;
  17.  
  18. }
  19. table, td, th, tr{
  20. border: dotted black 1px;
  21.  
  22. }
  23.  
  24. #baner{
  25. background-color: #af8c4b;
  26. text-align: center;
  27. heighct: 60px;
  28. clear: both;
  29.  
  30. }
  31. #lewy{
  32. background-color: #af8c4b;
  33. text-align: right;
  34. width: 30%;
  35. height: 500px;
  36. floaat: left;
  37. }
  38. #prawy{
  39. background-color: #ffd87e;
  40. widthc: 70%;
  41. height: 500px;
  42. float: left;
  43.  
  44. }
  45. #stopka{
  46. background-color: #af8c4b;
  47. height: 25px;
  48. cle.ar: both;
  49.  
  50. }
  51.  
  52.  
  53.  
  54. #
  55.  
  56.  
  57.  
  58.  
  59.  
  60. <html lang='pl'>
  61. <head>
  62. <meta charset='utf-8'>
  63. <title>Szkoła ponadgimnazjalna</title>
  64. <link rel='stylesheet' type="text/css" href='style.css'>
  65. </head>
  66. <body>
  67. <div id='baner'>
  68. <h1>Projekt strony internetowej szkoły ponadgimnazjalnej</h1>
  69. </div>
  70. <div id='lewy'>
  71. <h3>Do pobrania</h3>
  72. <ol>
  73. <li><a href='zapytania.txt'>Zapytania SQL</a></li>
  74. <li><a href='szkola_nowa.sql'>baza danych</a></li>
  75. </ol>
  76. <hr>
  77. <h3>Wyznaczanie najwyższej średniej</h3>
  78. <ol>
  79. <li>Polak<input type='text'></li>
  80. <li>Nowak<input type='text'></li>
  81. <li>Rysik<input type='text'></li>
  82. </ol>
  83. <input type='button' value='Wyznacz'><br>
  84. <h3>Najwyższa średnia</h3>
  85. </div>
  86. <div id='prawy'>
  87. <p>kurwa tutaj tabelke</p>
  88. </div>
  89. <div id='stopka'>
  90. <h4>Strona wukonana w potencjacie</h4>
  91.  
  92. </div>
  93. </body>
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement