Код: Выделить всё
* {
bod-sizing: border-box;
}
.container {
position: relative;
background: orange;
width: 200px;
height: 100px;
}
.child-container {
position: absolute;
top: 0;
left: 0;
height: 50%;
background: green;
min-width: 100%;
max-width: 300px;
}< /code>
long long long long long long long long
Подробнее здесь: https://stackoverflow.com/questions/796 ... -before-br
Мобильная версия