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).
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?
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?
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!
Been struggling for days on how to do this. Stellar video, Basarat!
watched many videos for hours i got nothing ..after i find this video just watched 5 minutes all clear ...... thankyou bro !!
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!
Thanks!
Wow. Thanks 🤩
Thank you for the awesome video. I appreciate how you kept it crisp and to the point.
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.
Simple and precise, thanks💪
Very clear and understandable explanation. Great video!
Great tutorial, honestly the best ive seen on youtube so far covering grid. Will be using this for my bento grid portfolio.
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 bro, this was the real 80/20 in 5 minutes 👍
i loved this tautorial thanks bro!
Awesome! Nice explaination
Hey man, I wish your channel all the success! Keep churning out great content!
Thanks! Exactly the uplifting comment I needed
Amazing and short explanation. Thanks!
Awesome man this is great, subscribed
Awesome, thank you!
*Mr. Straight Forward. ❤️*
Thanks! Love it 😊
Super clear explanation. Thanks for the video!
Thanks 🌹
Thank you men!
very beautifully explained!
thanks. it was easy to learn
Awesome, thank you!
Thank you bro it was so useful
I thought how to place the image. This video easily explain to me.
The best of best ❤🎉...
Thank you 🌹
Amazing content man, keep rolling out more !
Thanks
Positive feedback like this is what makes it worthwhile
Gracias...estaba buscando un video como este.
Glad it was useful Thanks for leaving a comment
Great breakdown!
Thanks!
Great explanation❤
I like the way you explained with animation
Thanks! Editing these tutorials takes a lot of time 😂
Thanks for the video!
thank you so much brother
Thx bro for this beautifull lesson
Thanks 😊
Just fantastic!
Thanks Maysam 😊
Very usefull, thanks for posting!
Thank _you_ for leaving a comment 🤗
simply simplified
it is very helpful sir
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) 🤞🏻
is sm rules not for the small screen ?
Very objective, thank you
Cheers 🍻
Thank you sir
thank you
ty sir 🙏🏻🌹❤️👍
You used my favourite emojis 😊
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.
great Sir ....
thank you
Thank *you* for leaving a positive comment 🤗
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
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
How I can do for dynamic data after map()?
tnx bro
Thank you 🫰🏻
But how to do it in map method
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
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';
grid grid-cols-1 🙏
Cheers 🥂
thank you but grid template rows wern't discussed