Advertisement
pan7nikt

egzamin_filmoteka\styl1.css

May 30th, 2022
1,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.80 KB | None | 0 0
  1. body
  2. {
  3.     font-family: Helvetica;
  4. }
  5.  
  6. #lewy
  7. {
  8.     background-color: navy;
  9.     color: white;
  10.     height: 700px;
  11.     width: 25%;
  12.     float: left;
  13. }
  14.  
  15. #prawytop
  16. {
  17.     background-color: royalblue;
  18.     height: 100px;
  19.     width: 75%;
  20.     text-align: center;
  21.     float: left;
  22. }
  23.  
  24. #prawymid
  25. {
  26.     background-color: steelblue;
  27.     height: 300px;
  28.     width: 75%;
  29.  
  30.     float: left;
  31. }
  32.  
  33. #prawybot
  34. {
  35.     background-color: royalblue;
  36.     height: 300px;
  37.     width: 75%;
  38.     text-align: center;
  39.     float: left;
  40. }
  41.  
  42. #stopka
  43. {
  44.     background-color: steelblue;
  45.     text-align: center;
  46.     width: 100%;
  47.     padding: 20px;
  48.     float: left;
  49. }
  50.  
  51. h1
  52. {
  53.     letter-spacing: 5px;
  54. }
  55.  
  56. form
  57. {
  58.     margin: 30px;
  59.     line-height: 3px;
  60. }
  61.  
  62. form:hover
  63. {
  64.     background-color: deepskyblue;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement