metalni

[szdnki] 2. kol CSS

Jan 22nd, 2021 (edited)
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.31 KB | None | 0 0
  1. #dates{
  2.     height: 500px;
  3.     width: 300px;
  4.     display: inline-block;
  5.     border: #000000 1px solid;
  6.     margin: 0;
  7. }
  8.  
  9. #strips{
  10.     height: 100%;
  11.     width: 500px;
  12.     display: inline-block;
  13.     border: #000000 1px solid;
  14.     vertical-align: top;
  15.     margin: 0;
  16. }
  17.  
  18. li{
  19.     list-style: none;
  20. }
Add Comment
Please, Sign In to add comment