Advertisement
Guest User

Untitled

a guest
Oct 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.31 KB | None | 0 0
  1. body {
  2.     background-color: yellow;
  3. }
  4. #naglowek {
  5.    
  6.     width: 50%;
  7.     height: 50px;
  8.     background-color: red;
  9.     text-align: center;
  10.     float: left;
  11. }
  12. #naglowek2 {
  13. width: 50%;
  14.     height: 50px;
  15.     background-color: white;
  16.     text-align: center;
  17.     float: left;
  18. }
  19. #lewa {
  20.     width: 4%;
  21.     height: 400px;
  22.     background-color: red;
  23.     text-align: center;
  24.    
  25.     float: left;
  26.    
  27. }
  28. #prawa {
  29.     width: 46%;
  30.     height: 400px;
  31.     background-color: white;
  32.     text-align: center;
  33.     float: left;
  34. }
  35. #stopka{
  36.     width: 46%;
  37.     height: 400px;
  38.     background-color: red;
  39.     text-align: center;
  40.     float: left;
  41. }
  42. #stopka2{
  43.     width: 4%;
  44.     height: 400px;
  45.     background-color: white;
  46.     text-align: center;
  47.     float: left;
  48. }
  49.  
  50. #stopka3{
  51.     width: 4%;
  52.     height: 400px;
  53.     background-color: white;
  54.     text-align: center;
  55.     float: left;
  56. }
  57.  
  58. #stopka4{
  59.     width: 46%;
  60.     height: 400px;
  61.     background-color: red;
  62.     text-align: center;
  63.     float: left;
  64. }
  65. #stopka5{
  66.     width: 46%;
  67.     height: 400px;
  68.     background-color: white;
  69.     text-align: center;
  70.     float: left;
  71. }
  72. #stopka6{
  73.     width: 4%;
  74.     height: 400px;
  75.     background-color: red;
  76.     text-align: center;
  77.     float: left;
  78. }
  79. #naglowek3 {
  80.    
  81.     width: 50%;
  82.     height: 50px;
  83.     background-color: white;
  84.     text-align: center;
  85.     float: left;
  86. }
  87. #naglowek4 {
  88. width: 50%;
  89.     height: 50px;
  90.     background-color: red;
  91.     text-align: center;
  92.     float: left;
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement