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.
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
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
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?
This is actually what I need
Hello Sr, thank you for this video your explain is so good, God bless you from Venezuela
Thank you for this, this was what I was looking for
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.
Short and crisp! Thank you :)
U have a great way to explain. Very usefull
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 :)
This is a great tutorial for using css grid...Thank you so much!
Glad it was helpful!
THANKS . .. CAN YOU MAKE THAT TUTORIAL AGAIN USING TAILWINDCSS PLEASE/
Thanks for the video, it was helpful. I hope you could create this same project making the nav and header fixed. 🇳🇬🇳🇬🇳🇬
Does it work with Angular and different components?
In case there are more than 6 cards, what should I do?
Thanks for sharing free knowledge
it was stonish dude, thanks a lot.
Bootstaro 5, Can you make admin panel ?
Very helpful video, thank you so much
That helps me alot bro, thanks bro 🤝🤝
Brill! Thank you
Wow this was vey helpful thankkkkk u so much
Really helpful. Dank je wel!
U saved my day 😊
Amazing video helpt alot :D
can i have copy of the code?
Include link to the code also.
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
Thanks sir
👍👍👍👍👍👍👍💫
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😉
.main > * { grid-area: initial }
> * This selects all child elements