ivana_andreevska

Liquid Layout

Nov 23rd, 2021 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.14 KB | None | 0 0
  1. div{
  2.     float: left;
  3.     display:inline-block;
  4.     border: 1px solid black;
  5.     width: 250px;
  6.     height:250px;
  7.     vertical-align: top;
  8. }
Add Comment
Please, Sign In to add comment