Editorial
& CSS Grid
design
CSS is
maturing
CSS Illustration by Diana Smith
What is
Photo by Rita Morais
editorial design?
“Editorial design is a discipline of communication design that specializes in publications of a serial, periodical nature,
which are unified by a distinct editorial or
creative vision, [and] are produced at a predetermined frequency[...]”
Sue Apfelbaum & Juliette Cezzar
Designing the Editorial Experience
A Primer for Print, Web, and Mobile -2014
“[Editorial design is]the result of empathy for a reader combined with the desire to create beautiful and moving experiences.”
Sue Apfelbaum & Juliette Cezzar
Designing the Editorial Experience
A Primer for Print, Web, and Mobile -2014
Editorial design for the web
Part of the push for more art direction on the web�
Examples
The Great Discontent - magazine
Elements of editorial design
formats
time
identity
anatomy
art
typography
layout
prototyping
production
Let’s talk about
SPACE
Photo by Sean Pierce
I mean SCREEN space
(not actual outer space, sorry)
Let’s talk about...�
...and how to implement it�
stacking the bricks
with GRID
divs
Photo by Jon Moore
How space works in CSS Grid
(A very short recap of CSS Grid)
.grid {� /* set up the grid */� display: grid ;� grid-template-columns: 1fr 0.5fr 100px 0.5fr 50px 10%;� grid-template-rows: repeat(4, 150px);
}
.grid-child {� /* place the child element in the grid*/� grid-column: 2 / 5 ;� grid-row: 2 / 4 ;
}
Building a page
Layout inspiration �Daniela Matos - La Prensa
Challenges - 1: responsive design
Layout by Jen Simmons
Challenges - 2: progressive enhancement
Challenges - 3: online publishing tools
And
now...
Designs by Andrew Carter
“Can I use CSS Grid? �Sure, just mind the fall-backs”
Still the general consensus - 2019
Bye!
Eva Brarens�eva@graphicsgrove.com
What I do:
freelance web design & front-end development
co-founder of Women.Code(be)
Where to find me:
Web: grahicsgrove.com�Birdsite: @EvaBrarens