CSS Flex Wrap (flex-wrap) Explained - Beginner Flexbox Tutorial

preview_player
Показать описание
In this tutorial, we look at how to use "flex-wrap" in CSS Flexbox.

By default, Flexbox containers have a flex-wrap value of "nowrap". This means that all child flex items are forced onto a single row or column.

By giving our parent flex container a flex-wrap value of "wrap", we enable items to wrap onto new rows or columns—this allows us to size our flex items however we like, without being constrained to a single line.

"flex-wrap: wrap-reverse" works in the same way as "wrap", however the rows/columns are arranged in reverse order inside the parent flex container.

I hope you found this video helpful. If you have any questions, please leave them in the comments below and I'll do my best to answer as soon as possible.

TIMESTAMPS:
00:00 Introduction
00:24 Default "flex-wrap: nowrap" behaviour
01:38 Using "flex-wrap: wrap"
02:19 Using "flex-wrap: wrap-reverse"
02:52 Accessibility and "flex-wrap: wrap-reverse"
03:49 "flex-wrap" and the column direction
04:09 Summary

WATCH NEXT:
Рекомендации по теме
Комментарии
Автор

Hey thank you for your easy explanation. May i ask you what playground software do you use that give user direct web view?

exwayzed