C
S
S
L
a
y
o
u
t
s
Frontend Awesome!
10/20/2022
A
b
o
u
t
M
e
Maciej Gibas
Frontend Lead Engineer @
Infotech
☕ 🍞 ⌨️ 🏎 🏋🏼 🏃🏼 🎧 🎬
gibas.io
•
@gibasmaciej
B
a
c
k
i
n
t
h
e
_
d
a
y
T
a
b
l
e
s
Simple and effective
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
First standard layout technique
Netscape 1993
HTML 3.2 1997
spacejam
F
l
o
a
t
s
Nooooo!!! 😱
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
First css layout technique
Netscape ~1998
G
r
i
d
_
S
y
s
t
e
m
Responsiveness
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
RESPONSIVE
iPhone 2007
bootstrap 1.0 2011
C
u
r
r
e
n
t
o
_
p
t
i
o
n
s
B
l
o
c
k
&
I
n
l
i
n
e
Back to basics
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
No wrapper
maybe no css
mix and match
C
o
l
u
m
n
s
Newspaper columns
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
Dominantly "articles"
break inside
no horizontal gap
no column wraper
F
l
e
x
b
o
x
Content content content!
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
Content focused
single axis
feature rich
gap
responsivenes
reverse...a11y
C
S
S
G
r
i
d
Second axis of flexbox
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
Layout focused
two axes
feature rich
W
h
a
t
W
h
e
n
U
n
d
e
r
Stacked blocks
Content base height
no wrapper needed
no css
✅ block
S
i
d
e
b
y
s
i
d
e
Sticky blocks
Content base size
no wrapper needed
no css
✅ inline
✅ inline block
S
i
m
p
l
e
c
o
l
u
m
n
s
Newspaper columns
no column wrappers
best for breakable content
✅ columns
S
i
n
g
l
e
a
x
i
s
"Ratio" based size
✅ flexbox
T
w
o
a
x
e
s
Grid focused
✅ grid
W
r
a
p
p
i
n
g
Responsive
Two dimensional gap
✅ Flexbox
W
r
a
p
p
i
n
g
✅ Flexbox
W
h
a
t
_
i
s
c
o
m
i
n
g
Or is here already!
S
u
b
g
r
i
d
s
No layout is imposible
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
Safari and Firefox
S
u
b
g
r
i
d
s
Even this is possible
Aligned columns
content based and fixed columns
row (item) wrapper
spaced rows
M
a
s
o
n
r
y
Bye bye JavaScript
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
Photo galery
pintrest layout
still draft :(
M
a
s
o
n
r
y
C
o
n
t
a
i
n
e
r
q
u
e
r
i
e
s
Holy grail
See the Pen
Flexbox
by Maciej (
@gibasmaciej
) on
CodePen
.
Closer to the design
better reusability
web apps
R
e
s
o
u
r
c
e
s
Web layout history
Steven D. Anderson • grid-layout.com
In Defense of Tables and Floats in Modern Day Development
John Macpherson • css-tricks.com
A Complete Guide to Flexbox
Chris Coyier • css-tricks.com
A Complete Guide to Grid
Chris House • css-tricks.com
Advantage Flexbox
Michael Benjamin • stackoverflow.com
Native CSS Masonry Layout In CSS Grid
Rachel Andrew • smashingmagazine.com
1-Line Layouts
Una • glitch.me
B
y
e