ivana_andreevska

Kolokviumska1 CSS

Nov 21st, 2021
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.34 KB | None | 0 0
  1. li{
  2.     display: inline-block;
  3.     width: 150px;
  4.     background: lightblue;
  5. }
  6. ul{
  7.     width: 500px;
  8.     margin: auto;
  9. }
  10. .cell{
  11.     display: inline-block;
  12.     height:230px;
  13.     width: 230px;
  14.     border:1px solid black;
  15.     vertical-align: top;
  16. }
  17. #container{
  18.     width: 710px;
  19.     margin: auto;
  20. }
  21. button{
  22.     display: none;
  23. }
Advertisement
Add Comment
Please, Sign In to add comment