Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.20 KB | None | 0 0
  1. #calosc
  2. {
  3.     width:1200px;
  4.     height:1800px;
  5.     margin-left: auto;
  6.     margin-right: auto;
  7. }
  8. #naglowek
  9. {
  10.     text-align: center;
  11.     height: 200px;
  12. }
  13. #tytul
  14. {
  15.     height: 100px;
  16.     margin: 50px;
  17.     text-align:center;
  18. }
  19. #menu
  20. {
  21.     float: left;
  22.     height: 1760px;
  23.     width: 200px;
  24.     background-color: black;
  25. }
  26. #lista
  27. {
  28.     margin: 20px;
  29.     height: 1720px;
  30.     text-align: center;
  31.     color: white;
  32. }
  33. #tresc
  34. {
  35.     float: left;
  36.     height: 1760px;
  37.     width: 1000px;
  38.     color: black;
  39.     background: url(kocyk.jpg) center no-repeat;
  40.     background-size: cover;
  41. }
  42. #stopka
  43. {
  44.     clear: both;
  45.     height: 40px;
  46.     text-align: right;
  47.     color: white;
  48.     background-color: black;
  49.     font-size: 15px;
  50.     margin: 0 auto;
  51. }
  52. #zrodlo
  53. {
  54.     margin-top: 10px;
  55.     margin-bottom: 10px;
  56. }
  57. h1
  58. {
  59.     font-size: 70px;
  60.     color: white;
  61. }
  62. h2
  63. {
  64.     font-size: 30px;
  65.     color: red;
  66. }
  67. img.jedzenie_usmiech
  68. {
  69.     float: left;
  70.     height: 180px;
  71.     width: 300px;
  72.     margin-top: 10px;
  73.     margin-left: 10px;
  74. }
  75. img.slonce_usmiech
  76. {
  77.     float: right;
  78.     height: 180px;
  79.     width: 300px;
  80.     margin-top: 10px;
  81.     margin-right: 10px;
  82. }
  83. img.google_grafika
  84. {
  85.     float: right;
  86.     height: 30px;
  87.     width: 90px;
  88.     margin-top: 5px;
  89.     margin-right: 5px;
  90. }
  91. img.kocyk
  92. {
  93.     height:1760px;
  94.     width: 1000px;
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement