Introduction To Css Flexbox
Published 4/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.09 GB | Duration: 1h 46m
A complete introduction to CSS Flexbox. Learn how each property works and master layout and spacing with precision.
What you'll learn
Understand the core concepts behind CSS Flexbox
Apply Flexbox properties to parent containers and child items
Use flex-direction, justify-content, align-items, and more
Control layout behavior with flex-grow, flex-shrink, and flex-basis
Learn the math behind how Flexbox distributes space
Understand how Flexbox simplifies responsive design
Use shorthand properties to write clean, efficient CSS
Requirements
Basic understanding of HTML and CSS.
A web browser is required. We will use Google Chrome and will occasionally make use of the Chrome Dev Tools.
A coding editor is required. We will use VS Code with the Live Server plugin.
Description
This course is designed to help you elevate your HTML webpage layouts using the power of CSS Flexbox - a layout model that gives you precise control over alignment, spacing, and responsiveness.You'll learn how each Flexbox property works through clear demonstrations, covering both parent container properties and child item properties.Properties applied to the parent flex container:flex-direction - Set the direction items are laid out (row or column)flex-wrap - Control whether items wrap or stay on a single lineflex-flow - Combine flex-direction and flex-wrap with a shorthandjustify-content - Align items along the main axis (e.g., left, center, space-around)align-items - Align items along the cross axisalign-content - Control spacing between multiple lines of itemsProperties applied to individual flex items:flex-basis - Define an item's initial size before space is distributedflex-grow - Distribute remaining space between flex itemsflex-shrink - Control how items shrink when space is limitedflex - A shorthand for setting flex-grow, flex-shrink, and flex-basisorder - Change the visual order of itemsalign-self - Override alignment for a specific itemTo support deeper understanding, the course also includes supporting articles that explain the underlying math behind how flex-grow and flex-shrink distribute or reduce space in different scenarios.By the end of this course, you'll not only understand how to use Flexbox - you'll also know why it behaves the way it does, giving you greater confidence and control when building flexible layouts.
Overview
Section 1: Introduction
Lecture 1 Introduction To Flexbox
Lecture 2 Overview Of Flexbox
Lecture 3 Additional Notes
Section 2: Overview Of Parent Flex Container Properties
Lecture 4 Parent Flex Container Properties Overview
Section 3: Flex Direction
Lecture 5 Flex Direction Overview
Lecture 6 Flex Direction Demonstration
Lecture 7 Additional Information On Flex Direction
Section 4: Flex Wrap
Lecture 8 Flex Wrap Overview
Lecture 9 Flex Wrap Demonstration
Lecture 10 Additional Information On Flex Wrap
Section 5: Flex Flow
Lecture 11 Flex Flow Overview
Lecture 12 Flex Flow Demonstration
Section 6: Justify Content
Lecture 13 Justify Content Overview
Lecture 14 Justify Content Demonstration
Section 7: Align Items
Lecture 15 Align Items Overview
Lecture 16 Align Items Demonstration
Section 8: Align Content
Lecture 17 Align Content Overview
Lecture 18 Align Content Demonstration
Section 9: Overview Of Child Flex Item Properties
Lecture 19 Child Flex Item Properties Overview
Section 10: Flex Basis
Lecture 20 Flex Basis Overview
Lecture 21 Flex Basis Demonstration
Lecture 22 Additional Information On Flex Basis
Section 11: Flex Grow
Lecture 23 Flex Grow Overview
Lecture 24 Flex Grow Demonstration
Lecture 25 Additional Information On Flex Grow
Section 12: Flex Shrink
Lecture 26 Flex Shrink Overview
Lecture 27 Flex Shrink Demonstration
Lecture 28 Additional Information On Flex Shrink
Section 13: Flex
Lecture 29 Flex Overview
Lecture 30 Flex Demonstration
Section 14: Order
Lecture 31 Order Overview
Lecture 32 Order Demonstration
Section 15: Align Self
Lecture 33 Align Self Overview
Lecture 34 Align Self Demonstration
Section 16: Project Example Using Flexbox
Lecture 35 Project Example Using Flexbox
Complete Beginners To CSS Flexbox,Developers who wish to gain a deeper insight into many of the concepts addressed when working with the Flexbox layout model.,Developers who wish to use Flexbox as their layout model for building responsive web pages.
Screenshot
Code:
Bitte
Anmelden
oder
Registrieren
um Code Inhalt zu sehen!