Advertisement
pan7nikt

e_14_2014_05_01_style.css

Sep 5th, 2022
1,025
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.67 KB | None | 0 0
  1. #banner
  2. {
  3.     width: 100%;
  4.     border-style: solid;
  5.     border-color: black;
  6.     border-width: 2px;
  7.     border-collapse: collapse;
  8.     box-sizing: border-box;
  9.     border-bottom: 0px;
  10. }
  11. #banner img
  12. {
  13.     height: 25vh;
  14.     width: 100%;
  15. }
  16.  
  17. #lewy
  18. {
  19.     float: left;
  20.     height: 225px;
  21.     width: 40%;
  22.     border-style: solid;
  23.     border-color: black;
  24.     border-width: 2px;
  25.     border-collapse: collapse;
  26.     box-sizing: border-box;
  27. }
  28.  
  29. #prawy
  30. {
  31.     float: left;
  32.     height: 225px;
  33.     width: 60%;
  34.     border-style: solid;
  35.     border-color: black;
  36.     border-width: 2px;
  37.     border-collapse: collapse;
  38.     box-sizing: border-box;
  39.     border-left: 0px;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement