D
D
Dima Sokolov2016-11-30 20:58:37
css
Dima Sokolov, 2016-11-30 20:58:37

A few questions about inline-block?

codepen.io/dimka11/pen/vyWajp
1) Not working height: 30px;
2) The inner block starts from the bottom of the parent block, and not from above, as it should
3) overflow: hidden; does not work, and also raises the block up a few pixels.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex Glebov, 2016-11-30
@dimka11

.inline{
max-height: 100%;
vertical-align: top;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question