This video was so good. The illustrative animations, the blur effect on code blocks to focus on particular areas, the perfect, on-point and quality tutorial on what and how exactly it works is just awesome. I struggle with CSS positioning a lot myself and I am sure others do too and noticed that CSS grid layout might just be the answer for positioning anything using CSS. Would love to see a detailed playlist on just CSS positioning using grid layout.
Very clear and simple to understand! Thank you! Can you share how to change the order of the "cells"? Like if the screen gets smaller, the orange bar takes up the fill width but at the top, and all the smaller ones at the bottom (taking reference from 4:34).
how to create a layout that shows N number of boxes when the screen is big and if you make the window smaller then the N decreases until reaching 1 column when is mobile view?
Thank you so much. Got a question here, if we have two columns in our grid and somewhere in the code we increase the height of a column, how do we prevent the other column from expanding?
Hi basarat and people's. I want to know how to make layout when building dashboard sdmin. Like sidebar in left > navbar top > sidebar right. And the content in the middle of sidebar and bottom of navbar. Thanks
now do this, lmao grid-template-areas: 'header header header header header header' 'menu main main main right right' 'menu footer footer footer footer footer';
Great video and explanation!
watched many videos for hours i got nothing ..after i find this video just watched 5 minutes all clear ...... thankyou bro !!
Been struggling for days on how to do this. Stellar video, Basarat!
This video was so good. The illustrative animations, the blur effect on code blocks to focus on particular areas, the perfect, on-point and quality tutorial on what and how exactly it works is just awesome.
I struggle with CSS positioning a lot myself and I am sure others do too and noticed that CSS grid layout might just be the answer for positioning anything using CSS.
Would love to see a detailed playlist on just CSS positioning using grid layout.
This is extremely uplifting 🙏🏻 Thank you
this this this this, thank you so much sir Basarat, subscribed!
Thank you for the awesome video. I appreciate how you kept it crisp and to the point.
Thanks!
Wow. Thanks 🤩
Great tutorial, honestly the best ive seen on youtube so far covering grid. Will be using this for my bento grid portfolio.
Simple and precise, thanks💪
Thanks @basarat - I was scared of grids; but you made it easy! Kudos!
Great video. I only recently had to work with tailwind and this video is helping me very much.
Thanks bro, this was the real 80/20 in 5 minutes 👍
*Mr. Straight Forward. ❤️*
Thanks! Love it 😊
i loved this tautorial thanks bro!
Awesome! Nice explaination
Very clear and understandable explanation. Great video!
Very clear and simple to understand! Thank you! Can you share how to change the order of the "cells"? Like if the screen gets smaller, the orange bar takes up the fill width but at the top, and all the smaller ones at the bottom (taking reference from 4:34).
thanks. it was easy to learn
Awesome man this is great, subscribed
Awesome, thank you!
Hey man, I wish your channel all the success! Keep churning out great content!
Thanks! Exactly the uplifting comment I needed
I thought how to place the image. This video easily explain to me.
Thank you bro it was so useful
Amazing and short explanation. Thanks!
Super clear explanation. Thanks for the video!
Thanks 🌹
Thank you men!
The best of best ❤🎉...
Thank you 🌹
Thx bro for this beautifull lesson
Thanks 😊
I like the way you explained with animation
Thanks! Editing these tutorials takes a lot of time 😂
Awesome, thank you!
very beautifully explained!
is sm rules not for the small screen ?
Great breakdown!
Thanks!
thank you so much brother
it is very helpful sir
Great explanation❤
Gracias...estaba buscando un video como este.
Glad it was useful Thanks for leaving a comment
Just fantastic!
Thanks Maysam 😊
great Sir ....
thank you
Thank *you* for leaving a positive comment 🤗
How I can do for dynamic data after map()?
simply simplified
Amazing content man, keep rolling out more !
Thanks
Positive feedback like this is what makes it worthwhile
how to create a layout that shows N number of boxes when the screen is big and if you make the window smaller then the N decreases until reaching 1 column when is mobile view?
you use media queries to set breakpoints
Thanks for the video!
ty sir 🙏🏻🌹❤️👍
You used my favourite emojis 😊
But how to do it in map method
Thank you sir
Very usefull, thanks for posting!
Thank _you_ for leaving a comment 🤗
Very objective, thank you
Cheers 🍻
Thank you so much. Got a question here, if we have two columns in our grid and somewhere in the code we increase the height of a column, how do we prevent the other column from expanding?
Give the other columns a specific height (or a max height) 🤞🏻
Hi basarat and people's. I want to know how to make layout when building dashboard sdmin. Like sidebar in left > navbar top > sidebar right. And the content in the middle of sidebar and bottom of navbar. Thanks
Noted for future Will build it when I get some time
@@basarat
I really appreciate it
thank you
Great video!, can you say what's the name of the theme what are you using?
Thanks for the compliment
The theme is the default dark theme in vscode.
tnx bro
Thank you 🫰🏻
now do this, lmao
grid-template-areas:
'header header header header header header'
'menu main main main right right'
'menu footer footer footer footer footer';
thank you
Cheers
Doing this isn't that difficult, but making it responsive is the real problem for me
I do this to my parent container of my whole app to build layouts.
Neat trick
grid grid-cols-1 🙏
Cheers 🥂
thank you but grid template rows wern't discussed