Use Flexbox to Solve Virtually Any Page Layout Problem
Date Created: 2021-02-08
This video discusses the fundamental conceptual model underlying the CSS Flexbox specification (Flexbox is also referred to as the flexible box model). It solves many problems that used to be quite a pain in the butt in the past. I have been using flexbox for about 3 years, and it has made life as a web developer much easier. That being said, I still have quite a few websites that use the older methodologies: they don't look any different and aren't broken as such; so I don't fix/fuss with them.
This video discusses the use of the new flex properties justify-content and align-items to control the horizontal and vertical position of HTML elements on a page; or at least within their parent element. I go into the basics: what are flexbox containers, what are items etc..
Title: Use Flexbox to Solve Virtually Any Page Layout Problem Date Created: 2021-02-08
This video discusses the fundamental conceptual model underlying the CSS Flexbox specification (Flexbox is also referred to as the flexible box model). It solves many problems that used to be quite a pain in the butt in the past. I have been using flexbox for about 3 years, and it has made life as a web developer much easier. That being said, I still have quite a few websites that use the older methodologies: they don't look any different and aren't broken as such; so I don't fix/fuss with them.
This video discusses the use of the new flex properties justify-content and align-items to control the horizontal and vertical position of HTML elements on a page; or at least within their parent element. I go into the basics: what are flexbox containers, what are items etc..