Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The CSS Flexbox Guide: Build 5 Real Flexible Projects!
Rating: 4.8 out of 5(41 ratings)
473 students

The CSS Flexbox Guide: Build 5 Real Flexible Projects!

Learn CSS Flexbox & Build 5 real world responsvie layouts using CSS3 Flexbox!
Created byIrfan Dayan
Last updated 6/2021
English

What you'll learn

  • CSS3 Flexbox & How it works
  • All the possible Flexbox properties
  • Flexbox with coding exercise
  • Build real world flexible layouts using Flexbox

Course content

6 sections35 lectures5h 36m total length
  • Welcome! & Know what's inside this course4:25

    In this lecture, I give an introduction to this course!

  • Important Notes Before You Start!0:40
  • First Download Exercise Files0:06
  • Setting Up Tools3:28

    In this lecture, we are going to take the very first step to setup our tools.

Requirements

  • Basic knowledge in HTML and CSS
  • Any code editor of your choice

Description

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.

  1. You will learn about css centering using Flexbox.

  2. 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.

  3. 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.

  4. We will be building a responsive header for a web page with the help of flexbox.

  5. 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

Who this course is for:

  • Web developers eager about CSS3 Flexbox