Guest User

Untitled

a guest
Jan 12th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Text in inline-block div pushing it down
  2. div {
  3. display: inline-block;
  4. height: 50px;
  5. width: 50px;
  6. vertical-align: top;
  7. }
Add Comment
Please, Sign In to add comment