Код: Выделить всё
#parent {
vertical-align: top;
display: inline-block;
height: 1em;
width: 20px;
position: relative;
background-color: rgba(100,100,100,0.2);
}
#child {
vertical-align: middle;
display: inline-block;
height: 2em;
width: 5px;
background-color: blue;
}Код: Выделить всё
Подробнее здесь: https://stackoverflow.com/questions/787 ... ned-to-top
Мобильная версия