
In this lecture, I give an introduction to this course!
In this lecture, we are going to take the very first step to setup our tools.
In this section, we will get started with CSS3 Flexbox.
In this lecture, I’m going to discuss what is exactly CSS3 Flexbox.
In this lecture, we take a look at current browser support for CSS Flexbox.
In this lecture, I’m going to get you setup with some starter files so we can start coding Flexbox layouts.
In this lecture, you are going to learn how to create your very first Flexbox layout.
In this lecture, we are going to take an overview of all the possible properties of Flexbox layout module.
In this new section we are going to work on all the Flexbox properties that you can use on flex container.
In this lecture, I want to show you, what’s the main difference between display flex; and display inline flex through an example.
In this lecture, I’m going to talk about the two axes of Flexbox. The main axis and the cross axis.
In this lecture, you are going to learn why flex direction is so important and how to set the flex direction for a flex container.
In this lecture, we are going to try the reverse values of flex direction property.
In this lecture, we learn to understand flex wrapping.
In this lecture, we are going to learn is reversing the flex wrap.
In this lecture, we learn abut the shorthand 'flex-flow' property.
In this lecture we start to learn about flexbox alignment properties and justify content is one of them.
In this lecture, we learn about align items property to align items along the cross axis.
In this lecture, we learn about align content property which allows you to align flex lines within the flex container.
In this section, we will be covering properties we use directly on flex items.
Inthis lecture, we are going to talk about flexbox ordering which is a way to move the order of elements without actually changing the html source order.
In this lecture, you will about the flexbox align-self which defines the alignment of individual flex item along the cross axis.
In this lecture, you will learn about flex-grow property which decides how much a flex item should grow, if there is an extra space.
In this lecture, you will learn about flex-shrink which defines how much a flex item should shrink relative to other flex items if there is not enough space available.
In this lecture, you will learn about flex-basis. The flex basis specifies the initial main size of a flex item, before any growing and shrinking, before any available extra space is distributed between all of flex items.
In this lecture we are going to learn about the shorthand flex property.
In this section, we are going to build some real-world flexible layouts with the help of flexbox.
In this lecture we are going to learn about CSS centering using Flexbox which is the best and the easiest way to center an element.
In this lecture we are going to build a simple flexible image grid with the help of flexbox.
In this lecture we are going to build pricing tables with the help of flexbox.
In this lecture, we will be building a responsive header for a web page with the help of flex box.
In this lecture, I’m going to show you how to build equal height flexible cards with the help of CSS flex box.
CSS Flexbox is a new layout module in CSS3 which is designed for laying out more complex site layouts easily and rapidly!
In this course, you will learn the CSS3 Flexbox from scratch and you will learn how to build real world flexible layouts with less and the easiest code using Flexbox.
In this course, we will start with the very basics of CSS3 Flexbox and then we will gradually learn more and more about CSS3 Flexbox. You will learn what is exactly Flexbox, why do you need it, what are the main components of Flexbox, we will discuss current browser support for Flexbox.
Then we will start working on flex container and we will take a detailed look at all the possible properties which can be used directly on flex container. You will also learn about the two axes of flexbox, the main axis and cross axis. We will also discuss the difference between display flex and display inline flex. And you will be learning all that with practical coding examples so you can understand flexbox module the right way.
We cover working on flex items. We will take a detailed look at all the possible properties which can be used directly on an individual flex item. Actually, you will learn about the sizing and flexibility of flex items. And of course, you will learn all that along with coding examples.
So once you learn the CSS3 Flexbox module then we will start building some real-world flexible layouts using flexbox.
You will learn about css centering using Flexbox.
I will show you how to build a simple flexible image grid with the help of flexbox. The image grid, we will build in course will look great on large screens as well as on small screens.
We will be building simple pricing tables with the help of flexbox. You will see, how with little CSS flexbox we design & align pricing tables.
We will be building a responsive header for a web page with the help of flexbox.
You will learn to build flexible cards using flexbox. We will be building these cards which will have equal height and they will look great on smaller screens; they will easily wrap on smaller screen if there is not enough space available.
By the end of this course, you will feel comfortable using Flexbox in your projects. By the end of this course, you will be a fully-fledged Flexbox developer. Thanks