This tutorials is top tier! I hate css grid cuz of complexity, but after watching this vid, I'm starting to love CSS Grid. ❤❤ Thank you for your quality content. You deserve an additional subscriber, which is me.
Hi, mastering JavaScript is critical if you want to be a modern, professional developer: www.udemy.com/course/professional-javascript-course/?referralCode=0C1D5752923168BC87C2 Also, if you are a front-end developer then mastering CSS (including Flexbox, CSS Grid, etc.) is equally important: www.udemy.com/course/professional-css/?referralCode=4C3C08E82629E6B15752
Good video, it gave me some more knowledge about CSS Grid, i really enjoyed it! I just wanted to point out that you could reduce the amount of CSS by just putting the large screen CSS inside a media query, the default behaviour will look good on mobile.
why not just put the header and main in their own container? that would make it much easier to setup, if you have to go into the children and set properties there, at that point just use flexbox.
Yep, flexbox is certainly a good option too. Advantage of CSS Grid here is that you keep thinking in terms of how many columns and rows, which is nicer for global layouts imho
I've been struggling all week with wrapping my head around CSS Grid. This video made it all click so much better. Thank you!
This tutorials is top tier! I hate css grid cuz of complexity, but after watching this vid, I'm starting to love CSS Grid. ❤❤ Thank you for your quality content. You deserve an additional subscriber, which is me.
So far, this is the best explanation of css grid for me, thank you
i can't tell how good his course on javascript was, i took detailed notes, completed 2 mini-projects so far
hello sir, how's the course?
Thank you for this, this was what I was looking for
Hi, mastering JavaScript is critical if you want to be a modern, professional developer: www.udemy.com/course/professional-javascript-course/?referralCode=0C1D5752923168BC87C2
Also, if you are a front-end developer then mastering CSS (including Flexbox, CSS Grid, etc.) is equally important: www.udemy.com/course/professional-css/?referralCode=4C3C08E82629E6B15752
New coupon pls😉
This is actually what I need
Hello Sr, thank you for this video your explain is so good, God bless you from Venezuela
Amazing video, thanks so much!
U have a great way to explain. Very usefull
Short and crisp! Thank you :)
Really helpful
Brill! Thank you
This is a great tutorial for using css grid...Thank you so much!
Glad it was helpful!
U saved my day 😊
it was stonish dude, thanks a lot.
Thank you
Thanks for sharing free knowledge
Amazing video helpt alot :D
That helps me alot bro, thanks bro 🤝🤝
Good video, it gave me some more knowledge about CSS Grid, i really enjoyed it!
I just wanted to point out that you could reduce the amount of CSS by just putting the large screen CSS inside a media query, the default behaviour will look good on mobile.
Really helpful. Dank je wel!
Wow this was vey helpful thankkkkk u so much
Thanks for the video, it was helpful. I hope you could create this same project making the nav and header fixed. 🇳🇬🇳🇬🇳🇬
Very helpful video, thank you so much
for anyone facing same issues as me, this may not work in Brave browser for some reason, other browsers such as Chrome and Edge, works fine :)
THANKS . .. CAN YOU MAKE THAT TUTORIAL AGAIN USING TAILWINDCSS PLEASE/
Thanks sir
Bootstaro 5, Can you make admin panel ?
Does it work with Angular and different components?
In case there are more than 6 cards, what should I do?
Hi, Thanks for videos. Can you make complete study case dashboard using css and javascript of course?
👍👍👍👍👍👍👍💫
why not just put the header and main in their own container? that would make it much easier to setup, if you have to go into the children and set properties there, at that point just use flexbox.
Yep, flexbox is certainly a good option too. Advantage of CSS Grid here is that you keep thinking in terms of how many columns and rows, which is nicer for global layouts imho
can i have copy of the code?
Include link to the code also.
.main > * { grid-area: initial }
> * This selects all child elements