CSS Grid Changes Everything (About Web Layouts) - by Morten Rand-Hendriksen

preview_player
Показать описание
In this talk you’ll get an intro to CSS Grid and learn how it changes pretty much everything when it comes to layouts on the web. Through examples, code snippets, and practical demos you’ll learn how to use CSS Grid in a theme for modern responsive layouts, and you’ll also learn how to handle older browsers without Grid support in a clean and straight-forward way.

CSS Grid is here, and you can start using it today. This talk shows you how to do it right.

EVENT: WordCamp Europe, Paris, France, June 2017

SPEAKER: Morten Rand-Hendriksen

-

Рекомендации по теме
Комментарии
Автор

Great! As a junior I always asked myself why do I need bootstrap to do my landing page. Great explanation

RKkuba
Автор

just found this video about CSS grid and it is awesome. wondering whether Chrome made improvement in grid inspector? thanks.

ckernest
Автор

they forgot to mention one of the most frequent complaints right now, which might not be that important, but people talk about it a lot, which is that you are limited to rectangles with grid, so you can't make tetris-blocks-like areas

Linck
Автор

Grid should be a generalization of flex boxes. As the number of columns reduces, grid has no way to allow content to spill into the next row... Sad.

twocsies
Автор

I inspected The New York Times and I couldn't find any display: grid use in there. Maybe I didn't inspect it well.

Carurosu
Автор

Yay! I love CSS Grid...Combining Grid with FlexBox is gonna make frameworks less relevant...

spacewad