Например, на большой странице:
Код: Выделить всё
Red Blue
Код: Выделить всё
Red
Blue
- Добавлен горизонтальный ползунок, синий элемент не переносится под красный.
- Текст масштабируется на маленькой веб-странице. (Возможно, это упаковка, не такая уж большая проблема)
Код: Выделить всё
main {
border: thin solid black;
}
article {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
article header {
width: 5em;
margin-right: 2em;
background-color: red;
}
article section {
background-color: blue;
flex-basis: 200px;
flex-grow: 1;
}Код: Выделить всё
home
about
feed
What is Lorem Ipsum?
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
Why do we use it?
Я был бы очень признателен за помощь ^^", большое спасибо!
(Я также пробовал использовать минимальную ширину, но без особого успеха)
Подробнее здесь: https://stackoverflow.com/questions/797 ... o-new-line
Мобильная версия