Man your content is so on point and so professionally made. Blows my mind how you can keep up content like this. Thank you so much for your support of developers. Like Steve Balmer always said, "DEVELOPERS, DEVELOPERS, DEVELOPERS!!!"
Great vid! Really like the animated entry. One technique I have used instead of lots of :nth-child(1) rules is to put variables on the element in the HTML. So for the animated grid example, the divs look like: a b c d and the CSS can be done in one rule: .card { animation: cardEntrance 700ms ease-out; animation-fill-mode: backwards; grid-area: var(--g); animation-delay: calc(var(--i) * var(--stagger-delay)); } - this keeps the repetition in the HTML where it is going to be anyway.
OOooo, I like this. Coming from Python/Java any kind of repetition has that bad code smell. The next thing I want to work out is to make the grid general enough to handle a variable number of children.
I saw this video a couple of months back, today a bug was raised at my current job about some cards not being shown correctly on smaller screens and I just had to come back to this video to remember how to do it, thanks man!
You are just different then others. I am a begainer. To understand grid i have already watched 20+ video on RUclips. But no one explained how i can make a photo gallery like this. This video is only 11 minutes long. But its explain a lot. 👌👌👌
I've been watching a lot of RUclips videos to understand grid but never understood it but your videos explanations are so simple and easy to understand. Thanks bro
I can only agree with what everyone else is saying, your content is in a class of its own. You simplify complexity and have a talent for understanding concepts in such depth that you can convey the most useful bits clearly and logically. No surprise that your channel is doing so well. Thank you and respect!
ooohh how I miss Boss Ross' show. I'm not an artist but his voice and the energy he put into his paint work is almost like me building a website for a client!
I am a full-stack developer focused primarily on the backend. I am currently working on my frontend skills and your channel has been a very helpful resource. Thanks
You earned yourself another subscriber good sir! Thank you! P.S. (edited) I just finished watching and this is exactly what I was looking for! Thank you very much!
This was great! Followed along and learned a lot. One note for others: if you don't get the `grid-template-areas` exactly right, it will break everything. E.g. if you don't assign the "main" element correctly or have even one element misassigned, the whole layout gets destroyed.
Goddammit, I have subscribed already and I somehow managed to miss this one. I'm a late-starter Millenial, but you make me feel like a little kid that sees new and exciting things with glee. The more we can do ourselves without relying on systems like bootstrap, the better. Not that bootstrap should be hated on either, but it's far too large for many projects. Thanks for your hard work!
i absolutely love the mix of on-point content, clear structure and the occasional gifs and memes. your channel is one of instant recommendations for any web dev. thank you for putting so much effort into these videos.
This the the most well structured video I have seen on grid and it helped a ton. Thank you. Impressive how well you had such a liner path. Most vids I see kind of just throw a zillion terms at you and it’s kind of like information through a fire hose, but the flow of your video and the execution was perfect.
I use basic grid, but I had no idea you could do these animations with only css. That's a killer. I might never use this in a production app, but it sure is fun learning how. Thanks.
auto-fit for responsive is the best that I didn't know about. I'm from using CSS framework. All of them even the best out there didn't get what I want like code split for each pages. Now I need to learn pure CSS to get more control
I feel grid and flex work hand-in-hand. For a website I worked on, I tried to mimic Bootstrap because my employer didn't want to use external dependencies. Recently I was given free reign on another page and I've built it with a flex sidebar-main content duo and a sticky header inside the main, but for the content itself everything is using a 12 wide grid and cards. I can attest that it's much less clutter than bootstrap while having the same outcome
I love your videos, I was looking just because they are entertainment, but after a while you present me this complex world in a way so enjoyable and simple that i love it and i start to build apps. THX YOU (LLL)
Man, I love your content so much, you and Traversy media are like the Webdev gods hahaha, both of you are incredibly helpful. I'll be sure to tell you if I ever get a job, cause it'll be thanks to your teachings.
Doing my Databases 1 class final project rn on Angular with Material Design. This is VERY helpful. I'm 100% sure I'll still be checking out this video when in my first job.
Tell me please cause I don’t understand who the fuck click on negative button? God damn this video and whole channel is amazing. Respect the work that he done for us dumbs.
to import html faster type “!” then you click enter. this works in vscode : ), Nice video Fireship… flex box responsiveness is one code tho flex-wrap:wrap;
I actually followed along in JSfiddle and it was quite enjoyable seeing it all work so easily compared to the nightmare called flexbox. I'm definitely going to use this in my next project. Maybe even migrate one of my old projects
Great informative video! Question: When should you use Flexbox and when should you use CSS Grid for layout? Does one have an advantage over the other in terms of layout flexibility?
I would lean towards grid if you have a layout that requires BOTH columns and rows. Lean towards flexbox you just have something with single row/col, like a card or navbar.
Your content is unmatched in quality, timeliness and usefulness.
Couldn't agree more
Still the GOAT :)
Man your content is so on point and so professionally made. Blows my mind how you can keep up content like this. Thank you so much for your support of developers. Like Steve Balmer always said, "DEVELOPERS, DEVELOPERS, DEVELOPERS!!!"
James Best I have to agree
Definitely - my understanding of grid was growing, but five minutes of this video and it's multiplied ten fold.
you took the words out of my mouth. Hip hip for Fireship
Indeed, amazing lesson!
Like Steve Balmer always said: "I'm hungry. Bring me another baby"
Great vid! Really like the animated entry. One technique I have used instead of lots of :nth-child(1) rules is to put variables on the element in the HTML. So for the animated grid example, the divs look like:
a
b
c
d
and the CSS can be done in one rule:
.card {
animation: cardEntrance 700ms ease-out;
animation-fill-mode: backwards;
grid-area: var(--g);
animation-delay: calc(var(--i) * var(--stagger-delay));
}
- this keeps the repetition in the HTML where it is going to be anyway.
Thank you
OOooo, I like this. Coming from Python/Java any kind of repetition has that bad code smell. The next thing I want to work out is to make the grid general enough to handle a variable number of children.
I need to start using this over Bootstrap. Awesome video as always!
You won't be disappointed, it only took an hour or two to replace all my grids on Fireship.io
@@Fireship wth man, your fireship.io website is just so awesome dang it
It's been 3 years and I keep coming back to videos like this to re-learn. Lots of love, my Captain!
been practicing grid for a year and didn't know about auto-fit / auto-fill mode
thanks a lot!
lol yeah me too
lool
It's amazing how in a short period of time you manage to cover alot about the topic. Simple, highly educational and easy to watch, simply awesome!
*A backend dev here* just to say that İ understood everything amazing
Front end is so hard. Back end has it easy.
Ï don't understand your letter Ī
I saw this video a couple of months back, today a bug was raised at my current job about some cards not being shown correctly on smaller screens and I just had to come back to this video to remember how to do it, thanks man!
You are just different then others. I am a begainer. To understand grid i have already watched 20+ video on RUclips. But no one explained how i can make a photo gallery like this. This video is only 11 minutes long. But its explain a lot. 👌👌👌
The card entry animation is beautiful 😍
I've been watching a lot of RUclips videos to understand grid but never understood it but your videos explanations are so simple and easy to understand. Thanks bro
I can only agree with what everyone else is saying, your content is in a class of its own. You simplify complexity and have a talent for understanding concepts in such depth that you can convey the most useful bits clearly and logically. No surprise that your channel is doing so well. Thank you and respect!
I'm working on website for 8 hours now, and seeing this video is blessing
how could one make an explanation video in such a short duration, yet the explanation itself is so on-point
ooohh how I miss Boss Ross' show. I'm not an artist but his voice and the energy he put into his paint work is almost like me building a website for a client!
I think this maybe the best css Grid video I have yet seen
Pure gold. Short and precise, 0 bullshit. Reminds me of legendary 'kudvenkat' channel for .NET.
I am a full-stack developer focused primarily on the backend. I am currently working on my frontend skills and your channel has been a very helpful resource. Thanks
I have used grid before and watched many videos on it but this is by far the best video I came across.
You earned yourself another subscriber good sir! Thank you!
P.S. (edited)
I just finished watching and this is exactly what I was looking for! Thank you very much!
2:57 let's start by giving our children a little bit of spacing. 🤣
Jeff, you must/will be a great father. 😍
I was just watching this video now and saw your comment, Jeff had a child recently! Congratulations to him:3
@@zafirhasananogh2421 wow, thanks for reminding of this comment I made, now it's come true, I say congratulations again, Jeff, as well. 🥳😄
I watch a few videos and read a few articles on CSS Grid. Your explanation helps me understand repeat(#, size)
As a newbie web developer , Learning grid for me is super awesome , thanks to you mate cheers .
Omg, thats amazing... incredible how you can work for years in the code writing industry and learn something every day
This was great! Followed along and learned a lot. One note for others: if you don't get the `grid-template-areas` exactly right, it will break everything. E.g. if you don't assign the "main" element correctly or have even one element misassigned, the whole layout gets destroyed.
I watch this video during my workout, and I have to hurry finishing it up so that I can write the code out. Awsome video, man
It is nice to see developer advocate using Firefox for their demos.
I actually use brave for the most part, but firefox has an awesome grid inspector.
This is great😬I was struggling with css fitting for years, I just learned how grid can wrap all the problems up...
I find it insane that you don't have like a billion subs - your videos are extremely helpful and perfect length - freaking great man!!!
RUclips really needs to add a Superlike button, especially for this video! I'd hit it in a heartbeat
Goddammit, I have subscribed already and I somehow managed to miss this one. I'm a late-starter Millenial, but you make me feel like a little kid that sees new and exciting things with glee. The more we can do ourselves without relying on systems like bootstrap, the better. Not that bootstrap should be hated on either, but it's far too large for many projects. Thanks for your hard work!
i absolutely love the mix of on-point content, clear structure and the occasional gifs and memes. your channel is one of instant recommendations for any web dev. thank you for putting so much effort into these videos.
Super helpful, Each part deserve a detailed video itself, thanks
animation-fill-mode: backwards;
repeat(3, hit("head", "desk"));
print("It is so easy -_-, thank you learned something valuable");
I started playing with grid for the first time last week. I LOVE IT.
That idea for passing the grid-area as the shape it occupies in the final layout is fantastic, I love it! Great video, thank you!
This video is great! I've been trying to level up my CSS. There is way too much CSS in my projects. This is a perfect way to cut down my CSS volume.
The basic grid was exactly what I needed for my website. Thanks!
I never writte coments on videos but yours is just sublime, thanks alot.
You explain this very well, and thank you so much for not having distracting background music!
Respect, die best tutorial i watched for CSS-Grid right now!
Man - why haven't I seen this video before?? This is an awesome explanation!
Wow that was two years ago?!?!?!?!
Great video. CSS is so much
THANK YOU i was looking for ages for such an easy to follow Explanation
holy cow grid is so much better than bootsrap. Thanks for the detailed explanations!!
This the the most well structured video I have seen on grid and it helped a ton. Thank you. Impressive how well you had such a liner path. Most vids I see kind of just throw a zillion terms at you and it’s kind of like information through a fire hose, but the flow of your video and the execution was perfect.
The highest quality content on web-dev on the web. Thanks 🙏
This is literally an underrated channel!
Starting off with the legendary Bob Ross! Instant fan
Unbelievable the quantity of amazing content you crank out. Thank you!
Two years later still incredible
I use basic grid, but I had no idea you could do these animations with only css. That's a killer. I might never use this in a production app, but it sure is fun learning how. Thanks.
hear hear!!!
auto-fit for responsive is the best that I didn't know about. I'm from using CSS framework. All of them even the best out there didn't get what I want like code split for each pages. Now I need to learn pure CSS to get more control
Finally, Chrome Dev Tools has grid visualization 😍
Great video. As an update to it, we now have @container in CSS 3.
SO PROUD of this channel ! Thank you so much Jeff for your excellent work
I have never heard about this until now, interesting feature.
Thank u very much.
I knew how to work with basic grid properties but u made it very easy and clear for me.
Good job man! Teaches GRID very well. Great presentation with simple-to-understand demos! SMASHING the LIKE button!!!!
0:33 not gonna lie this snippet would make a banger of a lo-fi hip hop track
dude your course is golden
I feel grid and flex work hand-in-hand. For a website I worked on, I tried to mimic Bootstrap because my employer didn't want to use external dependencies. Recently I was given free reign on another page and I've built it with a flex sidebar-main content duo and a sticky header inside the main, but for the content itself everything is using a 12 wide grid and cards. I can attest that it's much less clutter than bootstrap while having the same outcome
Found this Channel around one week ago and man i love every single Minute of your content. :)
Sensational content. I love the way you explain and demonstrate how things works. Big thank you!
I love the clips you add in your videos, they crack me up lol.
THE BEST GRID LAYOUT VIDEO THERE IS
grids are a lifesaver
I love your videos, I was looking just because they are entertainment, but after a while you present me this complex world in a way so enjoyable and simple that i love it and i start to build apps. THX YOU (LLL)
Man I was woefully in need of good grid tutorials. Yours is awesome! 👏🏼
Please keep more grid coming!
Wow. Wish other tutorials were this good
This is the best grid lesson ever!
Man, I love your content so much, you and Traversy media are like the Webdev gods hahaha, both of you are incredibly helpful. I'll be sure to tell you if I ever get a job, cause it'll be thanks to your teachings.
Doing my Databases 1 class final project rn on Angular with Material Design. This is VERY helpful. I'm 100% sure I'll still be checking out this video when in my first job.
Such perfect video on grid and mainly lot of valuable information put together in 12min video..that is just great
Awesome video and examples! Hope you will add a lot more of these about CSS Grid
Two years later and you're a Tailwind fan which is nothing but crazy mark up :)
Jeez, Im in love with this channel. It's like Jeff knows what I want to learn about!
Thnaks a lot :) You made me fall in love with CSS
Your videos are godlike in both presentation, flow and content. 11/10
You save me from wasting hours of my life learning these subjects the hard way
Great video! Your channel deserves more than this.
Awesome video as always! Well made and easy to follow. Thank you.
🤯. I just learned css-grid. Thanks you!
I started learning Grid today and you uploaded it!
That is exactly what I was looking for! ily man
Thank you for the excellent video.......volumes of info ....in minutes......
Some people truly have a charisma!
These videos r the best for recap.
the videos that you like before you even start watching them
Tell me please cause I don’t understand who the fuck click on negative button? God damn this video and whole channel is amazing. Respect the work that he done for us dumbs.
Thanks from New Zealand
Thanks, I just had an awesome vacation in NZ last month :)
@@Fireship oh word!
Thank you so much for this video. I had difficulties to learn grid in the last days but now you solved all my problems :p
2. responsive grid-galary
3. animated-grid (excplicit-grid)
to import html faster
type “!” then you click enter.
this works in vscode : ),
Nice video Fireship…
flex box responsiveness is one code tho
flex-wrap:wrap;
your editing is on whole under level, loved 0:40 a lot 😂😂
thank you very much for your video, it feels so good to follow you step by step, keep up the great work man
The best content in time. Loved it
I actually followed along in JSfiddle and it was quite enjoyable seeing it all work so easily compared to the nightmare called flexbox. I'm definitely going to use this in my next project. Maybe even migrate one of my old projects
Great informative video! Question: When should you use Flexbox and when should you use CSS Grid for layout? Does one have an advantage over the other in terms of layout flexibility?
I would lean towards grid if you have a layout that requires BOTH columns and rows. Lean towards flexbox you just have something with single row/col, like a card or navbar.
Fireship yup, makes sense - cheers for the reply 👍
...could this be the video I've searched a month for?