CSS Grid Changes EVERYTHING - Amazing Presentation
Video Statistics and Information
Channel: Coding Tech
Views: 1,050,376
Rating: 4.9386563 out of 5
Keywords: css, css grid, css grid layout, css grid tutorial, css grid layout tutorial, css grid 2017, css grid layout 2017, css grid nested, html5, front-end, web design, web development, css4, javascript, webassembly, coding tech
Id: 7kVeCqQCxlk
Channel Id: undefined
Length: 32min 6sec (1926 seconds)
Published: Sun Jul 16 2017
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
For those interested in learning why this is not a table layout with a fancy name I'd recommend checking out http://cssgridgarden.com/
Great talk about CSS Grid, it just annoyed me how many times they cut to only the speaker, considering this was a very visual-heavy presentation.
I suggest doing what I did, if you can, and watch the talk while looking at the slides.
This is so easy I won't be needed anymore!
I'm really excited for CSS grid. It seems to solve a lot of problems and should make it easier to keep things ADA compliant.
I also share his sentiment about how to handle browsers that do not support CSS grid (just serve the mobile site.) However, I foresee convincing clients that this is acceptable being fairly difficult.
Great video thanks for posting!
Nice, this really got me into wanting to use CSS grid!
This the nigga from the lynda tutorials. I like this guy.
I'm less than 100 seconds in and he's saying it would be impossible⦠but you can definitely do that with flexbox.
Edit: "Flexbox can't do that"
The HTML (exactly what he says won't work):
It seems like he somehow failed to learn about both
order
andflex-wrap
.Edit 2: Around 11 minutes he finally gives a good example. Though his semantic markup which assigns classes to unique semantic elements is certainly "interesting".
Edit 3: Added a link to the first demo.
I HAVE WANTED THIS SINCE THE 90S
Is the support for it as good as flexbox?