Video description
Learn all the CSS Flexbox concepts and create a completely responsive design and elements - real-world hands-on training.
About This Video
- We like to be thorough in our teaching. You'll find everything you need to start creating awesome web designs and layouts with Flexbox code/syntaxes in this course. You won't have to look anywhere else.
- We strongly advocate learning by doing, rather than just listening or reading. Our lectures are filled with a wealth of examples that explain every concept clearly.
In Detail
Before Flexbox arrived on the screen, we had to use relative or absolute positioning, floats clears and 100s of lines of code to achieve a decent website layout. All of that's changed now. With CSS Flexbox, you can layout your website's design in just a few lines of code, and even make it responsive! No more frameworks like Bootstrap to make up for the shortcomings in CSS. Become a professional web designer in just a few hours. If you know the very basics of HTML and CSS, you're all set. Spend a few hours learning a bunch of Flexbox syntaxes, and you'll be creating awesome web layouts in no time at all! You don't need to learn a bunch of frameworks to become a pro web designer now! We'll be using a real-world example to explain the concepts.
All the code and supporting files for this course are available at: https://github.com/PacktPublishing/A-Complete-CSS-Flexbox-Course-and-a-Real-World-Website-Project
Table of Contents
Chapter 1 : Introduction
Introduction
00:04:29
Chapter 2 : Creating a Flex container
Creating the Flex container and Flex items
00:09:02
Creating & designing the navigation bar - our real world example
00:12:44
Make the navigation bar a Flex container with the menus as the flex items
00:03:18
Chapter 3 : Basic properties of Flexbox
Flex grow property - grow the flex items to fill the flex container
00:10:46
Flex shrink property - shrink the flex items to fit a smaller screen
00:06:53
Flex wrap property - wrap the flex items when screen size reduces
00:10:34
Flex basis - set a starting width for the flex items
00:10:01
Flexbox shorthand notation
00:02:40
Chapter 4 : Enhancement properties of Flexbox
Justify content property - Align the flex items
00:06:32
Flex flow and flex direction properties
00:13:05
Align items on the cross axis
00:06:16
Element order
00:07:45
Align self - aligning items separately
00:04:38
Chapter 5 : Real world project - create a full blown website with Flexbox
HTML skeleton of the website
00:09:51
Design the header and make it responsive
00:09:03
Design a responsive navigation bar for the website with Flexbox
00:08:05
Design the two main columns and make them responsive
00:10:22
Design a responsive footer with nested Flex containers
00:18:47