DrupalCon Los Angeles 2015: Advanced layouts with Flexbox
About this talk
This talk explores the evolution of web layouts from table-based designs to more sophisticated CSS solutions, focusing specifically on Flexbox, a CSS3 layout mode. The speaker explains how Flexbox arranges elements predictably across various screen sizes and devices, addressing common challenges faced in web development. Attendees will learn the fundamentals of Flexbox, its problem-solving capabilities, and practical applications through the creation of basic layouts using a Drupal 8 theme. Additionally, the session will cover strategies to ensure compatibility with browsers that do not fully support Flexbox, emphasizing the importance of creating maintainable and adaptable layouts for future web projects.