SlideShare a Scribd company logo
Responsive Design
with Flexbox
By: Mario Hernandez
2015 Drupal Camp Los Angeles August 29, 2015
Mario Hernandez
Sr. Front-End Developer
@imariohernandez
Design/Theming
● Usability Testing
● Responsive Design
● Drupal Theming
● Annotated Wireframes
@Mediacurrent
Development
● Drupal Support
● Custom Module Development
● Large Scale Systems Integration
● Security & Performance Expertise
We help organizations build highly impactful, elegantly designed Drupal
websites that achieve the strategic results you need.
Digital Strategy
● Content Strategy
● Content Generation
● Result Metrics
● Marketing Automation Integration
● What Are the Problems?
● What is Flexbox?
● Browser Support
● Getting to Know Flexbox
● Practical Use Cases
● Fallbacks
@Mediacurrent
AGENDA
What are the problems with float layouts?
● Relies heavily in floats
(floats have their own problems)
● Difficulty with containment
● Difficulty with equal-height columns
● No float:center
● No vertical center
@Mediacurrent
display: block
@Mediacurrent
display: inline
@Mediacurrent
display: inline-block
@Mediacurrent
What is Flexbox?
Flexbox is The New Black
@Mediacurrent
The Concept
Parents, watch your children
@Mediacurrent
The Concept
@Mediacurrent
The defining aspect of the flexbox is the ability to
alter its items' width and/or height to best fill the
available space on any display device.
The Concept
@Mediacurrent
The defining aspect of the flexbox is the ability to
alter its items' width and/or height to best fill the
available space on any display device.
A flex container expands items to fill available free
space, or shrinks them to prevent overflow.
@Mediacurrent
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
@Mediacurrent
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
flex-container
@Mediacurrent
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
flex-container
@Mediacurrent
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
flex-container
flex-item flex-item flex-item
@Mediacurrent
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
flex-container
main axis
flex-item flex-item flex-item
@Mediacurrent
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
flex-container
main axis
crossaxis
flex-item flex-item flex-item
@Mediacurrent
flex-item flex-item flex-item
flex-container
main axis
crossaxis
main size
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
@Mediacurrent
flex-item flex-item flex-item
flex-container
main axis
crossaxis
main size
crosssize
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
@Mediacurrent
flex-item flex-item flex-item
flex-container
main axis
crossaxis
main size
crosssize
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
main start main end
@Mediacurrent
flex-item flex-item flex-item
flex-container
main axis
crossaxis
main size
crosssize
cross start
cross end
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
main start main end
@Mediacurrent
flex-item flex-item flex-item
flex-container
main axis
crossaxis
main size
crosssize
cross start
cross end
source: https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
main start main end
Learning the Flexbox
Properties
@Mediacurrent
Flexbox Properties
@Mediacurrent
flex-direction
flex-wrap
flex-flow
justify-content
align-items
align-content
order
align-self
flex-grow
flex-shrink
flex-basis
flex
flex container flex item
Usage
@Mediacurrent
.flex-container {
display: flex;
}
To use flexbox layout just set the display property on the
parent HTML element:
Browser Support
@Mediacurrent
Fallbacks
@Mediacurrent
Resources
@Mediacurrent
● http://flexbox.io
● https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties
● https://css-tricks.com/snippets/css/a-guide-to-flexbox/
● http://flexboxin5.com/
Thank You!
Questions?
@Mediacurrent Mediacurrent.com
slideshare.net/mediacurrent

More Related Content

What's hot (19)

PPTX
Progressive Enhancement - Umit Naimian
Visuality
 
PPTX
Twitter bootstrap tutorial
Maninder Singh
 
PDF
Front end developer responsibilities what does a front-end developer do?
Katy Slemon
 
PPTX
Saying goodbye to localhost - developing in the cloud with Cloud9 IDE
Andy McCormick
 
PDF
Responsive & Ready: Why Drupal 8 is Ideal for Building Mobile-first Experienc...
Acquia
 
PPTX
Introduction
Reema
 
PPTX
Conclusion Of The Course
Reema
 
PDF
Building Drupal 8 Sites
Exove
 
PPTX
A Smooth Transition to HTML5
Chris Bannon
 
PDF
Why Firefly Loves WordPress
fireflypartners
 
PDF
OSCON 2014: OpenUI5 - The New Responsive Web UI Library
Andreas Kunz
 
PPT
HTML 5
Renu Karthick.S
 
PDF
Dreamweaver-Vision-2013-14
Alejandro Gutierrez
 
PPT
Adobe Flex
Mullaikani Karthikeyan
 
PPTX
HTML 5 - A developers perspective
Santhosh Kumar Srinivasan
 
PPTX
WORDPRESS
Akhil Kumar
 
PDF
Angular js for web development
Mindfire LLC
 
PDF
Top Frontend Framework 2022
ElenorWisozk
 
PDF
Device-Agnostic Content Strategy for Drupal
Suzanne Dergacheva
 
Progressive Enhancement - Umit Naimian
Visuality
 
Twitter bootstrap tutorial
Maninder Singh
 
Front end developer responsibilities what does a front-end developer do?
Katy Slemon
 
Saying goodbye to localhost - developing in the cloud with Cloud9 IDE
Andy McCormick
 
Responsive & Ready: Why Drupal 8 is Ideal for Building Mobile-first Experienc...
Acquia
 
Introduction
Reema
 
Conclusion Of The Course
Reema
 
Building Drupal 8 Sites
Exove
 
A Smooth Transition to HTML5
Chris Bannon
 
Why Firefly Loves WordPress
fireflypartners
 
OSCON 2014: OpenUI5 - The New Responsive Web UI Library
Andreas Kunz
 
Dreamweaver-Vision-2013-14
Alejandro Gutierrez
 
HTML 5 - A developers perspective
Santhosh Kumar Srinivasan
 
WORDPRESS
Akhil Kumar
 
Angular js for web development
Mindfire LLC
 
Top Frontend Framework 2022
ElenorWisozk
 
Device-Agnostic Content Strategy for Drupal
Suzanne Dergacheva
 

Similar to Responsive design with flexbox (20)

PDF
Website Accessibility: The Internet is for Everyone
Carie Fisher, MS, CPWA
 
PDF
Publishing in an Agile World
WebWorks
 
PDF
Full-Stack vs MEAN Stack vs MERN Stack The Right Technology Stack for You
Pixlogix Infotech
 
PPTX
Backing yourself into an Accessible Corner
Mark Casias
 
PDF
Building products people actually can use – why all developers need to unders...
Cyber-Duck
 
PDF
SIGNA11Y - Speaker Presentations
Cello Signal
 
PPTX
Appnovation Intro Deck
Appnovation Technologies
 
PPTX
QlikView Macro's Are Bad
Barry Harmsen
 
PDF
jQuery: Accessibility, Mobile und Responsive
Peter Rozek
 
PDF
HTML5 and CSS3 Illustrated Introductory 2nd Edition Vodnik Solutions Manual
nelziins
 
PDF
Atlassian User Group NYC 20170830 PreSummit Event Slides
Marlon Palha
 
PPTX
How to Build an Accessible WordPress Theme
Graham Armfield
 
PPTX
Getting agile with drupal
Promet Source
 
PDF
Atlanta Drupal Users Group - October 2015 - Success of the GT Redesign
Eric Sembrat
 
PDF
Mlb drupal bizday_presentation
erlee72
 
PDF
5 Benefits of attaining Full-Stack Development Skills.pdf
Uncodemy
 
PDF
Building Drupal Sites with Components
Derek Reese
 
PPTX
Design Strategy for Data Isolation in SaaS Model
Techcello
 
PDF
Agile Product Owner in Wonderland!
Dr. Tathagat Varma
 
PDF
Implementing a Symfony Based CMS in a Publishing Company
Marcos Labad
 
Website Accessibility: The Internet is for Everyone
Carie Fisher, MS, CPWA
 
Publishing in an Agile World
WebWorks
 
Full-Stack vs MEAN Stack vs MERN Stack The Right Technology Stack for You
Pixlogix Infotech
 
Backing yourself into an Accessible Corner
Mark Casias
 
Building products people actually can use – why all developers need to unders...
Cyber-Duck
 
SIGNA11Y - Speaker Presentations
Cello Signal
 
Appnovation Intro Deck
Appnovation Technologies
 
QlikView Macro's Are Bad
Barry Harmsen
 
jQuery: Accessibility, Mobile und Responsive
Peter Rozek
 
HTML5 and CSS3 Illustrated Introductory 2nd Edition Vodnik Solutions Manual
nelziins
 
Atlassian User Group NYC 20170830 PreSummit Event Slides
Marlon Palha
 
How to Build an Accessible WordPress Theme
Graham Armfield
 
Getting agile with drupal
Promet Source
 
Atlanta Drupal Users Group - October 2015 - Success of the GT Redesign
Eric Sembrat
 
Mlb drupal bizday_presentation
erlee72
 
5 Benefits of attaining Full-Stack Development Skills.pdf
Uncodemy
 
Building Drupal Sites with Components
Derek Reese
 
Design Strategy for Data Isolation in SaaS Model
Techcello
 
Agile Product Owner in Wonderland!
Dr. Tathagat Varma
 
Implementing a Symfony Based CMS in a Publishing Company
Marcos Labad
 
Ad

More from Mario Hernandez (14)

PDF
Responsive images in Drupal 8
Mario Hernandez
 
PDF
Component-driven Drupal Theming
Mario Hernandez
 
PDF
HTML5 and CSS3
Mario Hernandez
 
PDF
Introduction to drupal
Mario Hernandez
 
PDF
Rapid wireframing and prototyping
Mario Hernandez
 
PDF
Introduction to HTML and CSS
Mario Hernandez
 
KEY
CSS Frameworks
Mario Hernandez
 
PPTX
Responsive Web Design
Mario Hernandez
 
KEY
CSS Framework + Progressive Enhacements
Mario Hernandez
 
KEY
Introduction to Drupal Content Management System
Mario Hernandez
 
KEY
CSS3 for web designer - How to design a visually appealing website
Mario Hernandez
 
PDF
960 Grid System - A hands-on introduction
Mario Hernandez
 
KEY
Front end-design and best practices
Mario Hernandez
 
KEY
An introduction to the 960 grid system
Mario Hernandez
 
Responsive images in Drupal 8
Mario Hernandez
 
Component-driven Drupal Theming
Mario Hernandez
 
HTML5 and CSS3
Mario Hernandez
 
Introduction to drupal
Mario Hernandez
 
Rapid wireframing and prototyping
Mario Hernandez
 
Introduction to HTML and CSS
Mario Hernandez
 
CSS Frameworks
Mario Hernandez
 
Responsive Web Design
Mario Hernandez
 
CSS Framework + Progressive Enhacements
Mario Hernandez
 
Introduction to Drupal Content Management System
Mario Hernandez
 
CSS3 for web designer - How to design a visually appealing website
Mario Hernandez
 
960 Grid System - A hands-on introduction
Mario Hernandez
 
Front end-design and best practices
Mario Hernandez
 
An introduction to the 960 grid system
Mario Hernandez
 
Ad

Recently uploaded (20)

PDF
AI Intervention in Design & Content Creation
YellowSlice1
 
PPTX
Pitch_template_ppt_for_generation volunteer2024 .pptx
rinjanithiara99
 
PPTX
办理学历认证UHI在读证明信英国赫特福德郡大学毕业证范本,UHI成绩单修改
Taqyea
 
PPTX
unit 6 mgt.pptx on researchtoics can find
Arpit953319
 
PPTX
Great_Discoverers_Nohzyxyxyzyzyzyzzyz_Imagptx
kevadiyahem07
 
PPTX
AI_Road_Safety_Project.pptx for class 10
prem001ni
 
PDF
EY-emeia-fso-assurance-viewpoint-technology (1).pdf
INKPPT
 
PDF
cs603 ppts .pdf 222222222222222222222222
RabiaNazneen1
 
PPTX
Chapter 2-3.pptxnsnsnsnsnsjsjsjsjejeusuejsjsj
hibaaqabdirisaaq331
 
PPTX
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
PDF
ARC-101-B-4.pdfxxxxxxxxxxxxxxxxxxxxxxxxx
IzzyBaniquedBusto
 
PPTX
the very teaching plan extra ordinary.pptx
PamelaOdibeli1
 
PPTX
Pink and Blue Simple Powerpoint Template.pptx
jeremyfdc22
 
PDF
placemaking 10 principles bY Berkley group
Radhika525487
 
PPTX
Neuron Infographics by neurontronicsbv.pptx
info546593
 
PDF
Plastic Foam as eco-friendly product in interiors
Disha Agrawal
 
PPTX
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
PPTX
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
PDF
🔴BUKTI KEMENANGAN HARI INI SENIN 14 JULI 2025 !!!🔴
GRAB
 
PPTX
Chapter 1-1.pptx hwhahaiaiautsfzjakaiwueysuua
hibaaqabdirisaaq331
 
AI Intervention in Design & Content Creation
YellowSlice1
 
Pitch_template_ppt_for_generation volunteer2024 .pptx
rinjanithiara99
 
办理学历认证UHI在读证明信英国赫特福德郡大学毕业证范本,UHI成绩单修改
Taqyea
 
unit 6 mgt.pptx on researchtoics can find
Arpit953319
 
Great_Discoverers_Nohzyxyxyzyzyzyzzyz_Imagptx
kevadiyahem07
 
AI_Road_Safety_Project.pptx for class 10
prem001ni
 
EY-emeia-fso-assurance-viewpoint-technology (1).pdf
INKPPT
 
cs603 ppts .pdf 222222222222222222222222
RabiaNazneen1
 
Chapter 2-3.pptxnsnsnsnsnsjsjsjsjejeusuejsjsj
hibaaqabdirisaaq331
 
Graphic_Design_Pjjjjjjjjjjjjjjjresentation.pptx
kumarsahil80682
 
ARC-101-B-4.pdfxxxxxxxxxxxxxxxxxxxxxxxxx
IzzyBaniquedBusto
 
the very teaching plan extra ordinary.pptx
PamelaOdibeli1
 
Pink and Blue Simple Powerpoint Template.pptx
jeremyfdc22
 
placemaking 10 principles bY Berkley group
Radhika525487
 
Neuron Infographics by neurontronicsbv.pptx
info546593
 
Plastic Foam as eco-friendly product in interiors
Disha Agrawal
 
EDC_UNIT _I FINAL (1).pptx dhud and w ah yes
TEAKADAITROLLS
 
sistem teknologi yang di desain untuk mahasiswa dan dosen agar memudahkan mer...
gamesonlya2rj
 
🔴BUKTI KEMENANGAN HARI INI SENIN 14 JULI 2025 !!!🔴
GRAB
 
Chapter 1-1.pptx hwhahaiaiautsfzjakaiwueysuua
hibaaqabdirisaaq331
 

Responsive design with flexbox