...

/

Screen Layout Using Flex

Screen Layout Using Flex

Learn about and practice using flex to make your layouts better.

We'll cover the following...

In this lesson, we’ll learn to arrange the elements in the view. Everyone who has worked with CSS should know about Flexbox.

Flexbox works similar to CSS, with a few minor changes like:

  • flexDirection has a default value of column instead of row.

  • ...