Advertisement
pan7nikt

egzamin27_styl5.css

Sep 23rd, 2022
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. body
  2. {
  3.     margin: 0px;
  4. }
  5.  
  6. h1
  7. {
  8.     margin-top: 0px;
  9. }
  10.  
  11. #banner
  12. {
  13.     background-color: #009999;
  14.     color: white;
  15.     text-align: center;
  16.     height: 80px;
  17.     width: 100%;
  18. }
  19.  
  20. .info
  21. {
  22.     font-family: Arial;
  23.     background-color: #009999;
  24.     color: white;
  25.     text-align: center;
  26.     width: 25%;
  27.     height: 150px;
  28.     float: left;
  29. }
  30.  
  31. #lewy
  32. {
  33.     background-color: #669999;
  34.     width: 30%;
  35.     height: 600px;
  36.     text-align: center;
  37.     float: left;
  38. }
  39.  
  40. #prawy
  41. {
  42.     background-color: #669999;
  43.     width: 30%;
  44.     height: 600px;
  45.     text-align: center;
  46.     float: left;
  47. }
  48.  
  49. #mid
  50. {
  51.     background-color: #99CCCC;
  52.     width: 40%;
  53.     height: 600px;
  54.     text-align: center;
  55.     float: left;
  56. }
  57.  
  58. #stopka
  59. {
  60.     background-color: #009999;
  61.     color: white;
  62.     text-align: right;
  63.     width: 100%;
  64.     float: left;
  65. }
  66.  
  67. table td
  68. {
  69.     border-width: 1px;
  70.     border-style: solid;
  71.     border-color: green;
  72.     text-align: center;
  73. }
  74.  
  75. table
  76. {
  77.     border-width: 1px;
  78.     border-style: solid;
  79.     border-color: green;
  80.     text-align: center;
  81. }
  82.  
  83. .button
  84. {
  85.     border-style: none;
  86.     margin: 10px;
  87.     background-color: green;
  88.     color: white;
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement