0% found this document useful (0 votes)
30 views

CSS Flexbox

Flexbox is a display type that allows for easy arrangement of items. It has a flexible container and flex items as children that make up the contents. Flexbox is an alternative to floats and other layout properties, with a range of properties to arrange flex items within the flexible container.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

CSS Flexbox

Flexbox is a display type that allows for easy arrangement of items. It has a flexible container and flex items as children that make up the contents. Flexbox is an alternative to floats and other layout properties, with a range of properties to arrange flex items within the flexible container.
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

CSS: Flexbox

Introduction

 Flexbox stands for ‘flexible box’.

 It is a display type that comes with a range of properties


allowing you to arrange items easily.

 It is an alternative to using displays, floats, and other layout


properties.
Flexbox Components

 A Flexbox element is split into two main


parts: the container, and the items.

 The container is the parent element in which


the display type is active. This is usually in
the form of a div.

 Flex items are child elements of the


container, and make up the contents of the
box.

You might also like