#37 CSS Grid Tutorial [Complete Guide] - CSS Full Tutorial

  Рет қаралды 98,449

Dev Dreamer

Dev Dreamer

Күн бұрын

🙂SUBSCRIBE - hit the bell 🔔and choose all: goo.gl/nYLZvz
In this Complete Guide to CSS Grid we go through the entire CSS Grid layout system step by step, first we’ll go through all the grid container properties and then all the grid item properties with examples throughout, and make sure to watch right to the end because we’ll be building a dashboard layout using CSS Grid.
Remember to Comment, Like, Share and Subscribe!
Here’s a video of the dashboard design from scratch - • #1 - Recreating Dribbb... 👍
Dribbble shot - dribbble.com/shots/12915127-W...
Chapters:
0:00 - Intro
0:40 - What is CSS Grid?
1:00 - CSS Grid vs CSS Flexbox
1:30 - Grid main concepts
2:23 - All CSS Grid Properties
2:40 - Grid Container Properties
3:20 - grid-template-columns and grid-template-rows
11:48 - grid-auto-columns and grid-auto-rows
12:17 - grid-auto-flow
15:00 - grid-columns gap and grid-row-gap
15:16 - grid-gap
15:44 - align-items, justify-items and place-items
17:23 - align-content, justify-content and place-content
19:05 - grid-template-areas
22:20 - grid-template
23:27 - grid
26:00 - Grid Item Properties
26:20 - grid-column-start and grid-column-end
28:02 - grid-row-start and grid-row-end
28:40 - grid-column and grid-row
29:13 - align-self, justify-self and place-self
30:31 - grid-area
32:46 - Building a dashboard layout with CSS Grid
42:40 - Like and Subscribe
Follow along:
HTML (angled brackets are not allowed in comments, they've been replaced by parentheses)
(div id="container")
(div class="item one")1(/div)
(div class="item two")2(/div)
(div class="item three")3(/div)
(div class="item four")4(/div)
(div class="item five")5(/div)
(div class="item six")6(/div)
(/div)
CSS
/* CONTAINER */
#container {
width: 95vw;
height: 60vh;
margin: 0 auto;
background-color: whitesmoke;
outline: 8px solid #4834d4;
display: grid;
}
/* ITEM */
.item {
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #222;
text-align: center;
box-shadow: 1px 2px 3px grey;
border-radius: 8px;
color: #222;
font-size: 2em;
font-family: arial, sans-serif;
background-color: #f9d423;
font-weight: bold;
cursor: pointer;
}
.item:hover {
color: #fff;
}
#cssgrid #cssgridtutorial
This lesson is part of a wider CSS Full Tutorial which you find here: shorturl.at/muIKS
SUBSCRIBE and hit the BELL NOTIFICATION 🔔: goo.gl/nYLZvz
------------------
👈 😃 PREVIOUS VIDEO: • #36 CSS Flexbox Tutori...
------------------
👍 CSS FULL TUTORIAL: • #1 - What is CSS? - CS...
------------------
👍 HTML FULL TUTORIAL: • #1 - What is HTML used...
------------------
Text editor used in this lesson: Brackets - brackets.io/
------------------
FACEBOOK: / devdreamercode
TWITTER: / devdreamercode
SUBSCRIBE and hit the BELL NOTIFICATION 🔔: goo.gl/nYLZvz
------------------------------------------------------------------------------------
Learn with Dev Dreamer! Step by step and easy to understand :-)

Пікірлер: 262
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey guys! Thanks for watching 🙂 Here's a list of the timestamps for ease of access: 0:00​ - Intro 0:40​ - What is CSS Grid? 1:00​ - CSS Grid vs CSS Flexbox 1:30​ - Grid main concepts 2:23​ - All CSS Grid Properties 2:40​ - Grid Container Properties 3:20​ - grid-template-columns and grid-template-rows 11:48​ - grid-auto-columns and grid-auto-rows 12:17​ - grid-auto-flow 15:00​ - grid-columns gap and grid-row-gap 15:16​ - grid-gap 15:44​ - align-items, justify-items and place-items 17:23​ - align-content, justify-content and place-content 19:05​ - grid-template-areas 22:20​ - grid-template 23:27​ - grid 26:00​ - Grid Item Properties 26:20​ - grid-column-start and grid-column-end 28:02​ - grid-row-start and grid-row-end 28:40​ - grid-column and grid-row 29:13​ - align-self, justify-self and place-self 30:31​ - grid-area 32:46​ - Building a dashboard layout with CSS Grid 42:40​ - Like and Subscribe
@adilbek.ermekov
@adilbek.ermekov 3 жыл бұрын
This channel is just a hidden treasure...
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey 4-D-1-L, thank you for this awesome comment, I appreciate your support. Loads more to come 🙂👍
@sumanabhat3677
@sumanabhat3677 2 жыл бұрын
Agreee!!!!!
@JonathanDewetfunlifegod
@JonathanDewetfunlifegod 3 жыл бұрын
I have a feeling you are going to blow up in a couple of months. Your production value and explanation skills are amazing.
@DevDreamer
@DevDreamer 3 жыл бұрын
🔥Hey Jonathan, thanks again for the great encouragement and support! I really appreciate it, glad you are enjoying the content 🙂👍
@dzenish.2262
@dzenish.2262 3 жыл бұрын
He's definitely going to blow up, I mean, at least he should. Best video on CSS grid.
@adithyaravichandran3698
@adithyaravichandran3698 2 жыл бұрын
yes i find it completly true, i am going to like all your videos I watch
@codeaperture
@codeaperture 2 жыл бұрын
A legend is born. 🔥 You're right
@JoshuaOladeji
@JoshuaOladeji 3 жыл бұрын
Honestly, this is one of the best web devs channels on youtube. Keep up the good job man
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Joshua, thanks so much for this awesome comment!! One of the best I’ve received, thank you 🙂👍
@amirrezaranjbar2853
@amirrezaranjbar2853 3 жыл бұрын
Please continue making CSS videos. Something tells me your channel will grow up very fast. Keep up the good work.
@creativemyvillageatoz8043
@creativemyvillageatoz8043 Жыл бұрын
all videos are awesome. couldn't resist myself to watch all the videos in one day🙂.
@scarlydesigns
@scarlydesigns 3 жыл бұрын
Hands down the best CSS grid tutorial on youtube, been searching for full CSS Grid tutorial forever!! Thank you very much! :)
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Scarly Designs! Wow, thank you so much for the awesome comment. You’re welcome, I’m glad you enjoyed the video 🙂👍
@jsblade2770
@jsblade2770 3 жыл бұрын
l ve never seen more underrated channel than this, great video keep up
@manofsteppe179
@manofsteppe179 2 жыл бұрын
This is just brilliant man, I mean it, that quality! I have watched before 6 hours of worst tutorial about grid, 6 hours Carl! (luckuly I did not have to pay for it)
@gokunik
@gokunik 2 жыл бұрын
Their are so many videos on the top when we search about grid but your deserve to be on top asap. 🙌 I don't understand why people can't explain everything. Most of them leave so many things which we then need to look in other places but this tutorial is complete ♥️
@DevDreamer
@DevDreamer 2 жыл бұрын
🔥 Hey Nitesh, thank you so much for this comment. Really glad you find the video helpful 😃👍
@leonvita-zo6ri
@leonvita-zo6ri Жыл бұрын
i have never finished youtube video more than 20 min, but this one i really enjoyed it
@aritrapaul5145
@aritrapaul5145 2 жыл бұрын
I have watched some 50 big utube channel tutorials ...until i stumbled upon this gem ! Finally understood everything Thank you so much...god bless u bro :)
@DevDreamer
@DevDreamer 2 жыл бұрын
God bless you too, and thank you so much 🙂👍
@sgtJA
@sgtJA 2 жыл бұрын
Echoing others’ comments - one of the best explanations on Grid I’ve seen and an underrated channel
@DevDreamer
@DevDreamer 2 жыл бұрын
Hey sgtJA, thank you so so much! Really appreciate this comment and I’m glad you found it useful 🙂👍
@merxxibeaucoup9093
@merxxibeaucoup9093 Жыл бұрын
Thank you loads ... I have searched the entire internet for an in depth css grid content like this and im glad to have finally found your channel.. thank you very much
@DevDreamer
@DevDreamer Жыл бұрын
Thank you! 🙂
@Wurani
@Wurani Жыл бұрын
Dev dreamer never disappoints!!!! Keep it burning 🔥
@itsmeayan1728
@itsmeayan1728 Жыл бұрын
Best css tutorial I have ever seen Please keep up your kindness
@rzr9222
@rzr9222 3 жыл бұрын
I was going to start learning CSS Grid and then i saw you uploaded a video on it. Talk about some good luck.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey man, that is some great luck there, CSS Grid is such a game changer. Thanks once again for the awesome support 🙂👍
@HayWhy_Pappy
@HayWhy_Pappy 2 жыл бұрын
Best explanation on grid so far
@chacecampbell2697
@chacecampbell2697 3 жыл бұрын
Blown away at how clear and thorough this was while also providing a genuinely applicable final example beyond wireframe boxes. Absolutely sub'd, excited to get into your other content as well!
@autodidactech1066
@autodidactech1066 Жыл бұрын
Watched all the videos. Thank you for teaching me!
@sudhakard1910
@sudhakard1910 3 жыл бұрын
No words to explain. You are charm.
@gouravchouhan1790
@gouravchouhan1790 2 жыл бұрын
Who are you, who are so wise in ways of css. KZbin is full of gems💎 ♥️♥️
@ankitchandra6330
@ankitchandra6330 3 жыл бұрын
Some really impressive content, presented with top-notch production quality.
@albedesigns
@albedesigns 10 ай бұрын
So glad I found this channel again! Made sure I subbed this time because I thought I did last time but didn't. One of the best web development creators on YT!
@MrBabsolut
@MrBabsolut 2 жыл бұрын
Very explanatory. You are the best.
@ugochukwuezike5397
@ugochukwuezike5397 Жыл бұрын
You are a great teacher. I deeply appreciate this video. 🙏
@aboalesaad
@aboalesaad Жыл бұрын
Best grid explanation I have ever seen Go On ,man❤
@gulraizgull8044
@gulraizgull8044 2 жыл бұрын
your explanation quality production quality each and everything is beyond what everyone else is teaching seriously man your teaching skill and video skill will remain unmatched for the rest of the years coming thanks again. you won my follow thanks. keep it up plz.
@justin9494
@justin9494 Жыл бұрын
Finally a tutorial! Not a speedrun. THANK YOU SO MUCH.
@DevDreamer
@DevDreamer Жыл бұрын
Thanks for watching JustIn, really appreciate it 🙂👍
@CodeIsForBros
@CodeIsForBros 2 жыл бұрын
How does this only have 50k view?! You are a legend. Binging all of your videos this week!!
@DevDreamer
@DevDreamer 2 жыл бұрын
Thank you, appreciate it 🙂👍
@yotastemaker9303
@yotastemaker9303 2 жыл бұрын
My friend, thank you so much for this. Really appreciate it.
@qdrawli
@qdrawli Жыл бұрын
This is the best video I have watched on CSS Grid. It is to the point, covering so many elements and not polluting it with constant comparisons to flexbox which often happens on a lot of Grid videos. Thankyou.
@DevDreamer
@DevDreamer Жыл бұрын
Thank you 🙂👍
@thatcrazy2
@thatcrazy2 Жыл бұрын
This is the best tutorial on grid.... It's simplify and well explained... 💯
@lolu6797
@lolu6797 2 жыл бұрын
I love love love your stuff! Time for me to use it to build a pretty calc.
@dzenish.2262
@dzenish.2262 3 жыл бұрын
Best video on CSS grid on the entire KZbin.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Dzenis! Thank you so much for watching and for this awesome comment, it means so much to me 🙂👍
@petermuturi4402
@petermuturi4402 3 жыл бұрын
Honestly this is a job well done
@cv3787
@cv3787 3 жыл бұрын
Best tutorial on css grid!
@DevDreamer
@DevDreamer 2 жыл бұрын
Thank you, appreciate the love 🙂👍
@sam7502
@sam7502 3 жыл бұрын
Before this css grid tutorial, grid was nightmare for me, but after watching your tutorial it becomes too much easy😃😊 Really this channel is just a hidden treasure.Thank u so much sir.❤️
@anton-23
@anton-23 3 жыл бұрын
Very well explained. I love your tutorials. Thank you very much and keep it up! :)
@azs06
@azs06 3 жыл бұрын
Hands down, one of the best grid tutorial video on youtube, I have checked your several other videos, top quality content man. Keep up the great work.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Md.Atiquzzaman! Thank you very much brother, really appreciate the support 🙂👍
@yairlanz
@yairlanz 2 жыл бұрын
Amazing !! Thank you so much for this channel. moving on to your JS channel
@melvinprince7149
@melvinprince7149 2 жыл бұрын
Thankyou so much for your efforts to devolop this content. I am totally in love with you......please keep going..add more an more videos.....Don't stop 🙏🙏 Your content saves me a lot of time...it's too good 👍👍❤️❤️🔥🔥
@UP209D
@UP209D 2 жыл бұрын
Cant understand 11 people disliked this while this is virtually the most perfect tutorial out there for grid.
@DevDreamer
@DevDreamer 2 жыл бұрын
Thank you! 🙂👍
@HaifengZhu-pn3uq
@HaifengZhu-pn3uq 9 ай бұрын
your tutorial is so helpful, saved me lots of money in learning CSS
@mohamedmarnaoui497
@mohamedmarnaoui497 3 жыл бұрын
Thank you, BRO...You made my day BRAVO
@vasimargariti
@vasimargariti 2 жыл бұрын
Wow. Just wow. The quality in this video is awesome.
@DevDreamer
@DevDreamer 2 жыл бұрын
Hey Vasi, thank you so much 😎👍
@xBeyondMystery
@xBeyondMystery 3 жыл бұрын
Here after watching your Flexbox video, I love how you explain and show everything so neatly, thank you very much! and also thank you for sharing the dashboard design from scratch, after seeing it I inmediatly wanted to try to do it too :)
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey beyondmystery, thank you so much for your amazing support! Really glad you are finding the teaching useful. Yh it is quite a nice design isn’t it, be sure to stay tuned for more 🙂👍
@saydome
@saydome 2 жыл бұрын
Hey man! Just watched your whole series to freshen up my mind, because i wanted to work with SCSS in my laravel project. You are absolutely amazing, keep up with the great work.
@DevDreamer
@DevDreamer 2 жыл бұрын
🔥 Thank you so much! 🙂👍
@user-tv7nu9vx5o
@user-tv7nu9vx5o 2 жыл бұрын
Perfect Tutorial! Thank you very much!
@CodingAfterThirty
@CodingAfterThirty 2 жыл бұрын
Just discovered your channel. Just amazing. Keep up the good work. Subbed.
@caerulemusic
@caerulemusic Жыл бұрын
I watched so many tutorials on this topic and yours is by far the best. You clearly have an in-depth understanding that is unmatched, and you are extremely good at explaining in a concise and clear manner. I'm really impressed. Thanks for such a great lesson. Subscribed, liked, and will for sure be watching your other videos!
@DevDreamer
@DevDreamer Жыл бұрын
Thank you for these kind words, glad you found it helpful 🙂👍
@filipgieraga6965
@filipgieraga6965 3 жыл бұрын
When u said cool isn't it? I was like no man this isn't cool this is absolutely great, I love it as much as I love your content. Best regards from Poland Sir :)
@DevDreamer
@DevDreamer 3 жыл бұрын
🔥Hi Filip! Dziękuję Ci bardzo 🙂I appreciate your great support, loads more to come 👍
@DevDreamer
@DevDreamer 3 жыл бұрын
Here’s a video of the dashboard design from scratch - kzbin.info/www/bejne/nGiodJyKacZ0fMk 👍
@majedrefai3014
@majedrefai3014 Жыл бұрын
Excellent tutorial
@tatsuyaradheya3528
@tatsuyaradheya3528 3 жыл бұрын
Began web development 1 and half month ago. Finished Learning the Basics of HTML CSS AND JS. Began building Projects to familiarize myself with the Languages. But i have been annoyed of always usings the Position and Transform property in Css for Layout. Even Flexbox didn't helps that much. watched 3 videos from popular progamming channel to learn CSS Grid but there was always something wrong i felt after watching their videos because there were some things i couldn't do when i should be able to. Its only after watching the first 2 min in your Tutorial , and further in That i understood what went wrong with my codes. You were the first who explained the Cells Concept of CSS GRID which helped me resolve my problems. You earned a SUB!
@DevDreamer
@DevDreamer 3 жыл бұрын
🔥Hey Tatsuya! Thanks for this amazing comment and support 😃Really glad you found it useful and your problems were resolved, thank you so much for the sub I appreciate you! Theres so much more to come 🙂👍
@honeyzune7835
@honeyzune7835 3 жыл бұрын
Hello! Army. You are my great teacher, now. I only watch your videos to learn programming basic. You are the one who can explain clearly and easily. To be honest, I am so confused at first when I haven't seen your videos. Thanks, teacher Army.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey honey thank you so much! That means a lot. Also Army as a name would be pretty cool, however! Lol my name is Amit 🙂 thanks for your great support 👍👍
@honeyzune7835
@honeyzune7835 3 жыл бұрын
@@DevDreamer Sorry! Amit. LoL. Now, I know not Army.
@mirajaryal3322
@mirajaryal3322 3 жыл бұрын
I was looking for a quick video to revisit grid as I always end up using flex. This video gave me clear understanding of grid and now I'll be using grid for my upcoming projects. Amazing content.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Miraj, that’s awesome! Thank you so much for watching brother, glad you found it useful. Grid is incredibly powerful, especially when used together with flex box 🙂👍
@parnasmi
@parnasmi 3 жыл бұрын
Great video! Thank you!
@mahd.h4330
@mahd.h4330 Жыл бұрын
it was sooo useful. thank you ma man
@ramazanali9447
@ramazanali9447 7 ай бұрын
great! thank you for your explanation
@SvetaSveta-ms4hi
@SvetaSveta-ms4hi 2 жыл бұрын
YOU ARE THE BEST! 🙏
@whynotgetupandrave
@whynotgetupandrave 2 жыл бұрын
Really well described, you have earned another subscriber
@DevDreamer
@DevDreamer 2 жыл бұрын
Amazing! Thank you 😃👍
@ionatandumea7471
@ionatandumea7471 3 жыл бұрын
amazing info structure & quality. Great work!
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Ionatan, thank you very much! 🙂👍
@boratechlife6983
@boratechlife6983 2 жыл бұрын
Exceptional and Nice Video. Well done Dev Dreamer
@imrulkayes2639
@imrulkayes2639 2 жыл бұрын
You are a wonderful explainer....thank you.
@DevDreamer
@DevDreamer 2 жыл бұрын
Hi Imrul! Thank you so much 😀👍
@user-uv5py8zi1w
@user-uv5py8zi1w 3 жыл бұрын
thnx a million, you r the gamechanger
@xishx8642
@xishx8642 2 жыл бұрын
Thabk goodness i found your youtube channel! Been able to solve problem in my homework just in few minutes! I love your explanation! Thank you for your good work ❤️
@DevDreamer
@DevDreamer 2 жыл бұрын
Hey! That’s great news, really glad that this has helped you 🙂👍
@koukos8805
@koukos8805 2 жыл бұрын
Amazing content ! Feeling so lucky that I found you :)
@dhruvitnavadiya5253
@dhruvitnavadiya5253 3 жыл бұрын
I would recommend everyone to watch this video at the speed of 0.75 otherwise its a great tutorial!
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Dhruvit! Thanks for watching 👍 Do I speak too fast? Lol 😄
@carlosanaya9070
@carlosanaya9070 Жыл бұрын
Excelente tutorial 👌. Thanks a lot for taking the time to show us this in the simplest way possible. Greetings from El Salvador.
@DevDreamer
@DevDreamer Жыл бұрын
Hey Carlos, thank you so much for watching, glad it was helpful 🙂👍
@muhammadfauzi3799
@muhammadfauzi3799 3 жыл бұрын
amazing explanation
@wishing180
@wishing180 2 жыл бұрын
This is the next freecodecamp
@DevDreamer
@DevDreamer 2 жыл бұрын
Thanks for the awesome support 🙂👍
@codingmastery3186
@codingmastery3186 3 жыл бұрын
Thank u so much bro all my douts are clear .
@grizzlybear7264
@grizzlybear7264 3 жыл бұрын
Game changer video.... Keep it up 🙂🙂👍explanation👏
@DevDreamer
@DevDreamer 2 жыл бұрын
Thank you so much! 🙂👍
@shadowx7286
@shadowx7286 Жыл бұрын
O dam i really wanted to know how bootstrap classes for rows and columns were made after I learned bootstrap. Thank you for this clear and amazing video which helped me understand css grid in 40 mins. The other tutorials on css grid are full on inconsistent compared to this one. I can finally make my own grid classes
@DevDreamer
@DevDreamer Жыл бұрын
Hey shadowX, that’s awesome man! Glad I could help 🙂
@shadowx7286
@shadowx7286 Жыл бұрын
@@DevDreamer 👍😁
@dilanrey514
@dilanrey514 2 жыл бұрын
What a wonderful video dude! U r completly insane. All the material of this video is incredible, you have a new subscriber here! Greetings from Colombia!
@DevDreamer
@DevDreamer 2 жыл бұрын
Hey Dilan! Thank you man, I appreciate the love 🙂👍
@thecsspage5603
@thecsspage5603 3 жыл бұрын
Very nice and high quality video !! Keep going man
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Dev Prakash Sahoo! Thank you so much brother, loads more to come 🙂👍
@sandeshadhikari4785
@sandeshadhikari4785 2 жыл бұрын
Thanks from Nepal
@ArchAid1
@ArchAid1 Жыл бұрын
This. Was. BRILLIANT 🤩🤩🤩
@DevDreamer
@DevDreamer Жыл бұрын
Hey Michael, thanks for the awesome comment! Glad the tutorial was helpful 🙂👍
@LiquidMasti
@LiquidMasti 3 жыл бұрын
So nicely explained. I learned alot.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Dhairya! Thank you so much, really glad it's been helpful 🙂👍
@MrLucasEss
@MrLucasEss 3 жыл бұрын
The content on this channel is so good!! The animations, the information, almost everything! The only thing that bothers me is the mic though
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Lucas, thanks for the great support! I appreciate that feedback, the audio quality on my latest videos should be better than the earlier videos, but this is definitely something I will take into consideration going forward. Thank you! 🙂👍
@SwapnilSoni
@SwapnilSoni 3 жыл бұрын
Omg i just found the most amazing programming channel on youtube
@joe_cullen
@joe_cullen 3 жыл бұрын
awesome video. thanks for sharing.
@khudoyorrakhmatov7530
@khudoyorrakhmatov7530 2 жыл бұрын
Where have you been all my life ?! 😁 I watch a lot of content from web developers like Kevin Powell and Kyle (Web Dev Simplified). They are awesome but your flow of explanation is unmatched so far. I am all set to watch your entire content in a week. Thanks a lot 🙏
@DevDreamer
@DevDreamer 2 жыл бұрын
🔥🔥🔥 Thank you so much Khudoyor! This means a lot, I’m glad that my videos are helpful 🙂👍
@khudoyorrakhmatov7530
@khudoyorrakhmatov7530 2 жыл бұрын
@@DevDreamer My plan to finish it in a week was unrealistic but I am almost done with the CSS playlist. I am more intrigued by JS tutorials. Let's see what you've got 😎
@Dornpunzel
@Dornpunzel 3 жыл бұрын
You talk fast and fluently. You do animations for better visual understanding. You keep it simple. You explain straightforward and easy to follow. Man i wish you best of luck with your channel and more subs. Oh and could you please also show the css for the .item class at 2:53 ? I wanted to build your example to follow through. :) Another question from 2:53 : Why are your numbers in the div.item containers are vertically centered? I'd rly love to see the magic behind that since in the .container div there is nothing doing that. :)
@HULEG
@HULEG 3 жыл бұрын
Excelent tutor. Learned a lot from you. Thank you veru much. Wish you all the best. Peace 😎👍🏻
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey HULEG, thank you! And thanks for watching, I’m glad it’s been helpful 🙂👍
@olumax
@olumax 2 жыл бұрын
Well explained, thanks a lot my tutor
@DevDreamer
@DevDreamer 2 жыл бұрын
Thanks Oluoch! 🙂👍
@saeedhalabi
@saeedhalabi 6 ай бұрын
THE BEST!!!
@codersraj8223
@codersraj8223 Жыл бұрын
Thanks for details of grid
@DevDreamer
@DevDreamer Жыл бұрын
You’re welcome, thanks for watching 🙂👍
@kwakutakyi5032
@kwakutakyi5032 3 жыл бұрын
God bless you for this tutorial
@DevDreamer
@DevDreamer 2 жыл бұрын
Thanks for watching 🙂👍
@jwf3148
@jwf3148 2 жыл бұрын
All the positive comments are understated. And I concur with each and every one. Not just the best Grid tutorial on the net - but perhaps the best tutorial on the net...Wow Wow Wow !!!
@DevDreamer
@DevDreamer 2 жыл бұрын
Thank you James! One of the best comments I’ve ever received, thanks for watching and supporting 🙂👍
@JohnWick-hp8wn
@JohnWick-hp8wn Жыл бұрын
Seems so op man
@Jarreddesigns
@Jarreddesigns 3 жыл бұрын
ONLY 1000 VIEWS?! Great tutorial man, finally lifted my doubts about css grid
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Jar, thank you so much, I'm really glad it's been useful! 🙂👍
@mouadariqi
@mouadariqi 3 жыл бұрын
The best ever.. Thank you
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Mouad! Thank you very much, thanks for watching 🙂👍
@mrniamster
@mrniamster 3 жыл бұрын
Thanks you so much ♥
@favztp7127
@favztp7127 Ай бұрын
thanks a lot 🥺💓
@alitopedits
@alitopedits 2 жыл бұрын
Man youre golden
@DevDreamer
@DevDreamer 2 жыл бұрын
Thank you! 🙂👍
@FilipCodes
@FilipCodes 3 жыл бұрын
Amazing video!
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Filip! Thank you so much for this awesome comment, I'm glad it's been useful 🙂👍
@FilipCodes
@FilipCodes 3 жыл бұрын
@@DevDreamer Yeah the only problem with it is that it has too little views and likes haha. Keep up the great work :)
@DevDreamer
@DevDreamer 3 жыл бұрын
😆 Lol all in good time. You can help by sharing 🙂, thanks again man 🙂 👍
@Aminulbd1
@Aminulbd1 3 жыл бұрын
It's a nice tutorial bro, Thank you.
@DevDreamer
@DevDreamer 3 жыл бұрын
Hey Aminul, thank you for watching brother, be sure to subscribe for more 🙂👍
@Aminulbd1
@Aminulbd1 3 жыл бұрын
@@DevDreamer I did it a long time ago
@DevDreamer
@DevDreamer 3 жыл бұрын
Sorry, of course you did. Thank you 😀👍
@saishankarcherla
@saishankarcherla 2 жыл бұрын
Sweet!
CSS Grid Crash Course
53:45
Traversy Media
Рет қаралды 308 М.
Get started with grid WITHOUT being overwhelmed
9:39
Kevin Powell
Рет қаралды 89 М.
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 19 МЛН
I Built a Shelter House For myself and Сat🐱📦🏠
00:35
TooTool
Рет қаралды 31 МЛН
Как быстро замутить ЭлектроСамокат
00:59
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 13 МЛН
CSS Grid Tutorial | Responsive Crash Course
43:43
FollowAndrew
Рет қаралды 137 М.
Learn CSS Grid in 20 Minutes
18:35
Web Dev Simplified
Рет қаралды 767 М.
CSS Grid Tutorial: Responsive Design Examples
41:11
LearnWebCode
Рет қаралды 79 М.
Learn CSS Grid in 20 Minutes
27:40
codeSTACKr
Рет қаралды 181 М.
Inheritance in JavaScript - Prototypal Inheritance tutorial
20:06
Simplify your CSS with these 3 grid layout solutions
7:10
Kevin Powell
Рет қаралды 130 М.
Learn CSS Subgrid in 14 minutes
14:19
Slaying The Dragon
Рет қаралды 55 М.
Responsive CSS Grid Tutorial
17:14
Angela Design
Рет қаралды 810 М.
PINK STEERING STEERING CAR
00:31
Levsob
Рет қаралды 19 МЛН