Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <html lang="pl">
  2. <head>
  3. <meta http-equiv="Content-type" content="text/html; charset="UTF-8">
  4. <meta name="Description" content="szablon szkolnej strony">
  5. <meta name="Keywords" content=" ">
  6.  
  7. <title>Szkolna strona internetowa</title>
  8. <link rel="stylesheet" href="plik.css" type="text/css">
  9. </head>
  10. <style>
  11. #box
  12. {
  13. background-color: #ffffff;
  14. width: 950px;
  15. margin-right: auto;
  16. margin-left: auto;
  17. }
  18.  
  19. #gora
  20. {
  21. background-color: #006600;
  22. height: 100px;
  23. width: 950px;
  24. position: relative;
  25. }
  26.  
  27. #srodek
  28. {
  29. background-color: #CCFF33;
  30. width: 950px;
  31. float: left;
  32. }
  33.  
  34. #lewy
  35. {
  36. background-color: #99FF00;
  37. width: 220px;
  38. height: 420px;
  39. float: left;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <div id="box">
  45. <div id="gora">
  46. </div>
  47.  
  48. <div id="srodek">
  49. <div id="lewy">
  50. </div>
  51. </div>
  52.  
  53. </body>
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement