Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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=" [wstaw tu slowa kluczowe ">
  6. <title> Szkolna strona internetowa </title>
  7. <link rel-"stylesheet" href="_[nazwa arkusza stylow.css]_" type="text/css">
  8. </head>
  9. <style>
  10. *box
  11. background-color: #ffffff;
  12. width: 950px;
  13. margin-right: auto;
  14. margin-left: auto;
  15.  
  16. #gora
  17. background-color: #606600;
  18. height: 180px;
  19. width: 950px;
  20. position: relative;
  21.  
  22. #srodek{
  23. background-color: #CCFF33;
  24. width: 950px;
  25.  
  26. float: left;
  27.  
  28. #lewy
  29. background-color: #99FF00;
  30. width: 22epx;
  31. height: 420px;
  32. float: left;
  33.  
  34. </style>
  35. :/head>
  36. body>
  37. <div id xbox">
  38. <div id="gora">
  39. </div>
  40.  
  41. <div id="srodek">
  42. <div id="lewy">
  43. </div>
  44.  
  45. </divs
  46. </div>
  47.  
  48. /body>
  49. /html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement