Advertisement
pan7nikt

egzamin6_style.css_unfinished

Sep 12th, 2022
763
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.79 KB | None | 0 0
  1. #banner
  2. {
  3.     background-color: #829EB9;
  4.     height: 50px;
  5.     font-family: Arial;
  6.     text-align: center;
  7. }
  8.  
  9. #lewy
  10. {
  11.     background-color: #B3C6D9;
  12.     height: 600px;
  13.     width: 25%;
  14.     float: left;
  15. }
  16.  
  17. #prawy
  18. {
  19.     background-color: #E0E9F1;
  20.     height: 600px;
  21.     width: 75%;
  22.     text-align: center;
  23.     float: left;
  24. }
  25.  
  26. #stopka
  27. {
  28.     background-color: #829EB9;
  29.     font-family: Arial;
  30.     text-align: right;
  31.     clear: both;
  32. }
  33.  
  34. img
  35. {
  36.     padding: 30px;
  37.     margin: 10px;
  38.     border: solid,2px,#B3C6D9;
  39. }
  40.  
  41. table
  42. {
  43.     padding: 30px;
  44.     border: 2px, solid;
  45.     width: 70%;
  46. }
  47.  
  48. td:hover
  49. {
  50.     background-color: blue;
  51.     color: white;
  52. }
  53.  
  54. th
  55. {
  56.     background-color: #B3C6D9;
  57.     border: 2px, solid;
  58. }
  59.  
  60. p
  61. {
  62.     padding: 30px;
  63.     display: inline;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement