SlideShare uma empresa Scribd logo
1 de 65
Baixar para ler offline
FLEXBOX
1
CONTENT-DRIVEN
LAYOUTS WITH
CHRIS
SAUVE
2
LAYOUT
STRATEGIES
3
ABSOLUTE
POSITIONING
4
INLINE BLOCK
5
FLOATS
6
THINK
DIFFERENT
7
CONTENT-OUT
LAYOUT
8
BROWSER
SUPPORT
9
YES YESYES10+ only
-ms	in	IE10
YES
even	in	Mini!
10
YES YESYES10+ only
-ms	in	IE10
YES
even	in	Mini!
CAN I USE SAYS…
95.44%
11
PARENT
RULES
12
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
13
1 2 3
flex-direction:	row;
14
1
2
3
flex-direction:	column;
15
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
16
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
justify-content:	center;
17
1 2 3
Main Axis
justify-content
18
1 2 3
justify-content:	center;
19
1 2 3
justify-content:	flex-start;
20
1 2 3
justify-content:	flex-end;
21
1 2 3
justify-content:	space-between;
22
1 2 3
justify-content:	space-around;
23
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
justify-content:	center;
24
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
justify-content:	center;
align-items:	stretch;
25
1 2 3
Cross Axis
align-items
26
1 2 3
align-items:	stretch;	//	default
27
1 2 3
align-items:	center;
28
1 2 3
align-items:	flex-start;
29
1 2 3
align-items:	flex-end;
30
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
align-items:	stretch;
justify-content:	center;
31
display:	flex;	//	or	inline-flex
flex-direction:	row;	//	or	column
align-items:	stretch;
justify-content:	center;
flex-wrap:	nowrap;
32
1 2 3
flex-wrap:	nowrap;
33
1 2
3
flex-wrap:	wrap;
34
CHILD
RULES
35
flex-grow:	0;
flex-shrink:	0;
flex-basis:	auto;
36
flex:	<grow>	<shrink>	<basis>;
//	or
flex-basis:	<length>;
flex-basis:	auto;
width:	<length>;
37
//	roughly	equivalent	to:
1 2 3
100px
20px 20px 20px
38
1 2 3
100px
20px 20px 20px
40px of “growth” available
39
1 2 3
flex-grow:	0; flex-grow:	0; flex-grow:	0;
40
1 2 3
flex-grow:	1;
13px of growth
flex-grow:	1;
13px of growth
flex-grow:	1;
13px of growth
41
1 2 3
flex-grow:	1;
10px of growth
flex-grow:	2;
20px of growth
flex-grow:	1;
10px of growth
42
1 2 3
flex-grow:	0;
0px of growth
flex-grow:	1;
20px of growth
flex-grow:	1;
20px of growth
43
1 2 3
40px
20px 20px 20px
44
1 2 3
40px
20px 20px 20px
20px of “shrink” available
45
flex-shrink:	0; flex-shrink:	0; flex-shrink:	0;
1 2 3
46
flex-shrink:	0; flex-shrink:	1; flex-shrink:	1;
1
0px of shrink 10px of shrink 10px of shrink
47
NO SILVER
BULLET
48
AWESOME
EXAMPLES
49
PAGE
LAYOUT
50
Play with the Codepen
codepen.io/lemonmade/pen/RNEpJR?editors=110
GOAL
51
52
Header
ContentSidebar
Footer
GOAL
SMART
POPOVERS
53
Play with the Codepen
codepen.io/lemonmade/pen/XJobem?editors=110
54
55
WRAPPABLE
LAYOUTS
Play with the Codepen
codepen.io/lemonmade/pen/XXWZBr?editors=110
56
REFLOWING
HEADER
57
Play with the Codepen
codepen.io/lemonmade/pen/ZYgNmy?editors=110
58
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
CSS-TRICKS
REFERENCE
59
AUTOPREFIXER
https://github.com/philipwalton/flexbugs
60
FLEXBUGS
https://github.com/philipwalton/flexbugs
61
FLEXBOXFROGGY
http://flexboxfroggy.com
62
CHRIS
SAUVE
@_lemonmade
63
SHOPIFY
shopify.com/careers
64
THANKS
EVERYONE!
65

Mais conteúdo relacionado

Destaque

Paper - "Esperienza utente e fruizione dei contenuti nei quotidiani online i...
Paper - "Esperienza utente e fruizione dei contenuti nei  quotidiani online i...Paper - "Esperienza utente e fruizione dei contenuti nei  quotidiani online i...
Paper - "Esperienza utente e fruizione dei contenuti nei quotidiani online i...Cristiano Rastelli
 
Adaptive, Responsive, Mobile. A liquid web.
Adaptive, Responsive, Mobile. A liquid web.Adaptive, Responsive, Mobile. A liquid web.
Adaptive, Responsive, Mobile. A liquid web.Cristiano Rastelli
 
What future we want for our Software Industry?
What future we want for our Software Industry?What future we want for our Software Industry?
What future we want for our Software Industry?Cristiano Rastelli
 
Style Guides, Pattern Libraries, Design Systems and other amenities.
 Style Guides, Pattern Libraries, Design Systems and other amenities. Style Guides, Pattern Libraries, Design Systems and other amenities.
Style Guides, Pattern Libraries, Design Systems and other amenities.Cristiano Rastelli
 
Utter failures and lessons remained unlearned
Utter failures and lessons remained unlearnedUtter failures and lessons remained unlearned
Utter failures and lessons remained unlearnedIlari Henrik Aegerter
 
DevOps in PHP environment
DevOps in PHP environmentDevOps in PHP environment
DevOps in PHP environmentEvaldo Felipe
 
Information Architecture Fundamentals
Information Architecture FundamentalsInformation Architecture Fundamentals
Information Architecture FundamentalsChristina Wodtke
 
The Mission of the Coalition of Residential Excellence
The Mission of the Coalition of Residential Excellence The Mission of the Coalition of Residential Excellence
The Mission of the Coalition of Residential Excellence Milton Hershey School
 

Destaque (12)

Exploring ideas
Exploring ideasExploring ideas
Exploring ideas
 
Paper - "Esperienza utente e fruizione dei contenuti nei quotidiani online i...
Paper - "Esperienza utente e fruizione dei contenuti nei  quotidiani online i...Paper - "Esperienza utente e fruizione dei contenuti nei  quotidiani online i...
Paper - "Esperienza utente e fruizione dei contenuti nei quotidiani online i...
 
Adaptive, Responsive, Mobile. A liquid web.
Adaptive, Responsive, Mobile. A liquid web.Adaptive, Responsive, Mobile. A liquid web.
Adaptive, Responsive, Mobile. A liquid web.
 
Mobile last
Mobile lastMobile last
Mobile last
 
What future we want for our Software Industry?
What future we want for our Software Industry?What future we want for our Software Industry?
What future we want for our Software Industry?
 
Style Guides, Pattern Libraries, Design Systems and other amenities.
 Style Guides, Pattern Libraries, Design Systems and other amenities. Style Guides, Pattern Libraries, Design Systems and other amenities.
Style Guides, Pattern Libraries, Design Systems and other amenities.
 
Understanding flexbox
Understanding flexboxUnderstanding flexbox
Understanding flexbox
 
Interface Fundamentals
Interface FundamentalsInterface Fundamentals
Interface Fundamentals
 
Utter failures and lessons remained unlearned
Utter failures and lessons remained unlearnedUtter failures and lessons remained unlearned
Utter failures and lessons remained unlearned
 
DevOps in PHP environment
DevOps in PHP environmentDevOps in PHP environment
DevOps in PHP environment
 
Information Architecture Fundamentals
Information Architecture FundamentalsInformation Architecture Fundamentals
Information Architecture Fundamentals
 
The Mission of the Coalition of Residential Excellence
The Mission of the Coalition of Residential Excellence The Mission of the Coalition of Residential Excellence
The Mission of the Coalition of Residential Excellence
 

Último

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 

Último (20)

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 

Content-Driven Layouts with Flexbox (Chris Sauve, CSSDay 2015)