- Регистрация
- 1 Мар 2015
- Сообщения
- 1,481
- Баллы
- 155
100DaysofCode
Day-29
Got introduced to Flexbox in The Odin Project and learned visually from the flexboxfroggy website.
I'll learn more about Flexbox tomorrow!
Day-29
Got introduced to Flexbox in The Odin Project and learned visually from the flexboxfroggy website.
- display: flex goes on the container, not items
- align-items (all) vs align-self (one)
- order changes the visual order without touching HTML (Still don't understand well)
- flex-direction, flex-wrap, justify-content, flex-flow, and align-content
I'll learn more about Flexbox tomorrow!