pan7nikt

styl_1.css

Dec 6th, 2021 (edited)
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.52 KB | None | 0 0
  1. body
  2. {
  3.     font-family: Verdana;
  4. }
  5.  
  6. #baner,#stopka
  7. {
  8.     background-color: #4682B4;
  9.     color: white;
  10.     padding: 20px;
  11.     font-size: 120%;
  12.     text-align: center;
  13.     clear: both;
  14. }
  15.  
  16. #lewy
  17. {
  18.     background-color: #40E0D0;
  19.     width: 40%;
  20.     height: 500px;
  21.     float: left;
  22. }
  23.  
  24. #prawy
  25. {
  26.     background-color: #40E0D0;
  27.     width: 60%;
  28.     height: 500px;
  29.     float: right;
  30. }
  31.  
  32. img
  33. {
  34.     padding: 5px;
  35.     margin: 10px;
  36.     border-style: solid;
  37.     border-width: 1px;
  38.     border-color: #000080;
  39. }
Add Comment
Please, Sign In to add comment