Save on skills. Reach your goals from $11.99

Introduction To CSS Flexbox

Category:

Description

What you’ll learn

  • An overview of Flexbox
  • How to use various properties that apply to a parent flex container
  • How to use various properties that apply to a child flex item
  • How to use the principles of Flexbox to design a HTML webpage

This course is aimed to help you elevate your HTML webpage designs by applying many of the properties provided by the Flexbox layout model. In this course we will explore both the properties that can be applied to a parent flex container and the properties that can be applied to a child flex item.

The Parent Flex container properties that will be addressed include:

Flex Direction – Understand the direction in which you wish to display the items inside your flex parent container whether it be as a column or a row

Flex Wrap – Learn the options available for wrapping the items within your flex container

Flex Flow – Learn how to simplify applying the Flex Direction and Flex Wrap properties with this shorthand property

Justify Content – Explore the options available for organizing your Flex Items based on the main axis

Align Items – Explore the options available for organizing your flex items based on the cross axis

Align Content – Explore the options available for controlling the way in which each of your flex lines are organised along the cross axis

The Child Flex Item properties that will be addressed include:

Flex Basis – Discover how you can specify an initial width or height on a flex item using this property

Flex Grow – Learn how you can expand the sizing of your flex items using this property

Flex Shrink – Explore how the flex items can be scaled down as the parent container is adjusted in size using this property

Flex – Learn how to simplify applying the Flex Basis, Flex Grow and Flex Shrink using this shorthand property

Order – Learn how you can rearrange the order of the flex items using this property

Align Self – Discover how you can individually set an alignment on each of the flex items within a flex container

Who this course is for:

  • Developers who wish to gain a deeper insight into many of the concepts addressed when working with the Flexbox layout model.
  • Developers who wish to use Flexbox as their layout model for building responsive web pages.

Reviews

There are no reviews yet.

Be the first to review “Introduction To CSS Flexbox”

Your email address will not be published. Required fields are marked *