CSS Flexbox Masterclass | Complete Guide to CSS Flexbox
- Description
- Curriculum
- FAQ
- Reviews
Nowadays, new devices are launched every day and users browse web apps on a multitude of screen sizes. To offer a great online experience to their users, it’s become essential for businesses to make their web apps responsive — i.e., be able to display nicely no matter the screen they appear on. Fortunately, new CSS tools were created in the past years to help create such flexible layouts. On the other hand, older browsers that do not support the most recent web technologies are still used widely. For instance, in the financial industries, lots of companies use Internet Explorer 11 daily.
Here comes flexbox to the rescue! Flexbox is a CSS3 layout model that solves usually tricky problems including how to position, center, or dynamically resize elements on a page. It’s a tool modern enough to create responsive designs and old enough to be implemented in major browsers. This is one of the most used methods currently in web applications and also mobile applications (for example in React native development) because of this, learn CSS Flexbox is a must for a Front-end developer that wants to know how to use the latest techniques out in the market.
This complete course explains everything about CSS Flexbox, focusing on all the different possible properties for the parent element (the flex container) and the child elements (the flex items). It also includes solutions for an interactive game to learn Flexbox. After this course, you will feel comfortable using flexbox in your CSS as you will know how all the attributes work and what combination of values you will need to use in order to achieve your needs.
-
3Flex Container - display PropertyVideo lesson
-
4Flex Container - flex-direction PropertyVideo lesson
-
5Flex Container - flex-wrap PropertyVideo lesson
-
6Flex Container - flex-flow PropertyVideo lesson
-
7Flex Container - justify-content PropertyVideo lesson
-
8Flex Container - align-items PropertyVideo lesson
-
9Flex Container - align-content PropertyVideo lesson
-
10Flex container QuizQuiz
Practice all you have learned about flex container properties
-
11Flex Item - order PropertyVideo lesson
-
12Flex Item - flex-grow PropertyVideo lesson
-
13Flex Item - flex-shrink PropertyVideo lesson
-
14Flex Item - flex-basis PropertyVideo lesson
-
15Flex Item - flex PropertyVideo lesson
-
16Flex Item - align-self PropertyVideo lesson
-
17Flex Items QuizQuiz
Practice all you have learned about flex items properties
External Links May Contain Affiliate Links read more