CSS Grid Crash Course

  Рет қаралды 328,755

Traversy Media

Traversy Media

Күн бұрын

Пікірлер: 448
@robrice4076
@robrice4076 2 жыл бұрын
I remember taking your crash course on html, 8 months ago and now I’m starting my first front end dev job next week. Thanks for all you do Brad!
@GuitarHope
@GuitarHope 2 жыл бұрын
If you don't mind, what have you learnt in these 8 months in order to be be able to do the job?
@Muffi606
@Muffi606 2 жыл бұрын
Can you share a little bit more about your journey, just starting front end development
@robrice4076
@robrice4076 2 жыл бұрын
@@GuitarHope Sorry for the late response. But the technologies that ive learned are HTML, CSS/SASS, Vanilla JavaScript, Bootstrap, and learned my way around github and the terminal. I made learning an everyday thing and listened to what the big tech youtubers said about finding a job , replicated a lot of sights from frontendmentor, took as much classes from scrimba. And i think most important, when i talked to companies that wanted to hire me i just sounded excited and passionate to talk to them and told them im ready to give it my all.
@robrice4076
@robrice4076 2 жыл бұрын
@@Muffi606 So i had no professional tech experience, i transitioned from a barber to a front end dev. I woke up early in the mornings before work / after laying my child down at night and followed tutorials, built my own ideas, or just replicated sites. Listen to podcast/youtube videos on the way to work/at lunch, i made development my life. For real give it time, consistency is key, trust the process. I've learned things that i thought i could never learn. And have trust in your self and believe everything brad says.
@Muffi606
@Muffi606 2 жыл бұрын
@@robrice4076 this is awesome
@AYUSH-fn6ql
@AYUSH-fn6ql Жыл бұрын
In the media queries part, instead of using grid-template-columns:1fr and changing all that spanning stuff, i used display:block and added a little margin here and there. It worked.
@stevenwilson5556
@stevenwilson5556 2 жыл бұрын
<a href="#" class="seekto" data-time="354">5:54</a> the hack to add 9 numbered items in VS code felt like a superpower. Thanks for this video. I am already lovin' it.
@noahdiez9400
@noahdiez9400 2 жыл бұрын
The way you teach and show alternative ways of doing stuff than just one example are the type of tutorials that give people better perspectives. Very well done
@favouritecomics2177
@favouritecomics2177 2 жыл бұрын
Brad is the reason why I have not given up on web development.. Thank you so much sir
@fablyinspirations7783
@fablyinspirations7783 2 жыл бұрын
Thank you Brad. Amazing tutorial as always. I personally do not take your generous sharing of knowledge for granted because I can imagine how much work goes into creating great tutorials like these.
@kratty
@kratty 2 жыл бұрын
This is by far my favorite grid tutorial. Not only did you show the basics and syntax, but we got example of how to incorporate it into a somewhat real scinero. It was a great touch combining the use of grid and flex box to help tie both uses together. Bravo.
@KeithHeilner
@KeithHeilner Жыл бұрын
Old guy here(retired). I'm not looking for a job but I love programming. Thank you for your crash courses. I'm in the process of building a weather station and I want to collect weather data and display it(dynamically) on my web page. Your courses are helping me achieve something that I would not be embarrassed to put out there.
@TheSharkbeast
@TheSharkbeast 2 жыл бұрын
Just in time i actually skipped Grid while learning Css and moved to Js after a few projects now i was reconsidering Grid literally few hours ago !! Thanks alot your React front to back is Golden
@ScriptRaccoon
@ScriptRaccoon 2 жыл бұрын
Really concise course, thanks! As for the project in the end, I suggest to change the media queries from max-width to min-width, i.e. do mobile first design. Then the "default" view of the cards is just stacked and very simple, and all the grid spans, cols and rows go to the media query. The advantage of this is that we do *not* have to reset the grid styles as shown in the video (<a href="#" class="seekto" data-time="3060">51:00</a>). So we achieve the same result with less code! This is very well explained as well in Kevin Powell's videos on responsive design.
@lloadded
@lloadded 2 жыл бұрын
oh i just understood that
@henrymacartney381
@henrymacartney381 2 жыл бұрын
Thank you, sir for another excellent tutorial. I am a pensioner who worked in the medical device industry, where we worked with embedded SW systems. Huge difference but fun!
@bekhzodjamolov3682
@bekhzodjamolov3682 2 жыл бұрын
This guy knows how to teach things properly and shows on actual examples what he taught. Thank you for the great video!
@mobeenrajpoot5315
@mobeenrajpoot5315 2 жыл бұрын
Now you are one of my favourite teachers. I really like the project base tutorials especially when you build things from scratch and give us a chance to learn some fundamental things from it.
@jesseemana9598
@jesseemana9598 2 жыл бұрын
been seriously waiting on this, just diving into CSS and I loved how simplified your Flexbox crash course was and was looking to get into Grid next but other videos just weren't doing it for me until I found this, awesome
@atifkhankarachi6271
@atifkhankarachi6271 2 жыл бұрын
Just in time i actually slipped Grid while learning CSS and moved to JS after a few projects now I was reconsidering Grid literally few hours ago!! Thanks alot your React front to back is Golden
@jamesmassa1999
@jamesmassa1999 2 жыл бұрын
I've gone over this several times... this time it just clicked. Brad, not ever a waste of time watching your videos! Nice job as usual. 🙂
@MAli-o4r1j
@MAli-o4r1j Жыл бұрын
The way you explain grid i sure who watch it complete there will be no need to watch some other video on grid Just amazing Best wishes from Pakistan Just keep it up
@getoutoftheway419
@getoutoftheway419 10 ай бұрын
zindaa hona bhai. thoda sa phikr rakh khud pe
@christopherlopez2491
@christopherlopez2491 8 ай бұрын
I first followed your html tutorial a few years ago. I always refer you as being the OG of web dev and I am very grateful for you opening the door for me. Ive learned so much and am learning tons, thanks to you. I took a boot camp and really got a leg up thanks to your teachings. Hope you have a great weekend.
@jakeochukoidamatie723
@jakeochukoidamatie723 2 жыл бұрын
Thanks Brad for making this video, I have been running away from grid and using only Flexbox, but you just changed my mind, CSS grid is so powerful and easy. THANKS !!!
@ezeobisochima9944
@ezeobisochima9944 2 жыл бұрын
I finished grid system with your modern HTML and CSS course from udemy and also with your crash course on KZbin and all of them really make sense. But I feel that this one is also a must watch crash course 😂. Any video from Brad for me it is a must watch 😁
@Amar11115
@Amar11115 Жыл бұрын
every time i feel low and want to quit coding, I watch your videos. you teach concepts easily and most of the time you make me feel that I can learn to code, I just need to keep going. thanks man, thanks a bunch!😊
@nomagix
@nomagix 2 жыл бұрын
Hey Brad, I just wanna thank you so much for your hard work. Your channel is invaluable! You're awesome.💕
@vladimirtomic
@vladimirtomic 2 жыл бұрын
"I like to do things from start to finish and not just paste things in..." This is where you had my definite thumbs up. Thank you!
@pw.70
@pw.70 2 жыл бұрын
This is the best CSS grid tutorial on KZbin. Thanks for this.
@sumayaNoman
@sumayaNoman 2 жыл бұрын
Hi Brad, I can't thank you enough for these videos which you make. You are doing such a GREAT JOB by sharing your knowledge with us.Thank you soooooo much.
@AbhishekTiwari-cf8sp
@AbhishekTiwari-cf8sp 2 жыл бұрын
Always waiting for your new crash course, most powerful and useful for me❤️
@robertmacwan8144
@robertmacwan8144 2 жыл бұрын
Thanks for this video, i was so much struggling to learn css grid but you make this so easy to understand.
@WW-zy9un
@WW-zy9un 2 жыл бұрын
From somehow who is old-school with the old way of tables & columnspan's , your videos help a lot, & maybe I won't throw all the prior knowledge away. I want to get back into it & this is sooooo much simpler. A new learning curve. Glad I ran across you.
@azazali1785
@azazali1785 2 жыл бұрын
I'm just watching your flexbox video and you came up with Grid video. Thank you so much
@TraversyMedia
@TraversyMedia 2 жыл бұрын
Nice. I would suggest watching the flex video first and then this.
@London2ATL
@London2ATL 2 жыл бұрын
I'm jumping on this. Thank you so much. My fav KZbin teacher.
@geekstudio.
@geekstudio. 2 жыл бұрын
Its crazy how much ive learned over the years with Travis....I first started watching his html and css tutorials then I stopped watching....then I moved on to full stack,wordpress,and shopify development...
@awg-oc1nu
@awg-oc1nu Жыл бұрын
Thank you Brad to you and your company Traversy Media for getting this polished and easy to follow video up online. Me after 13 years of touching any code I have to update a product calculator. CSS Grid with @media, wow! You are correct the younger ones may not know how good they've got it :)
@upstatenyrider8413
@upstatenyrider8413 11 ай бұрын
Fantastic tutorial. I love you’re teaching style and the pace was spot on. This took my game up a notch in a sorely needed area.
@codewithfarhad8594
@codewithfarhad8594 2 жыл бұрын
Hy Brad, Nice tut as always. jut want to add that having this in the media query also works: @media (max-width: 768px) { .testimonials { display: block; } .testimonials > * + * { margin-top: 2rem; } }
@drawdownwind6636
@drawdownwind6636 Жыл бұрын
I'm 9 months into web dev // This tutorial has been very enlightening and extremely helpful. Thank you!!
@King-Gilamashur2758
@King-Gilamashur2758 Жыл бұрын
The other day my senior dev refactored some of my flexbox code with css grid and I was so impressed that I thought, I need to dig deeper into this. By the way, yes, I learned to code with Brad and now I'm happily employed.
@MichaelSalo
@MichaelSalo 2 жыл бұрын
Good demo of grid. At <a href="#" class="seekto" data-time="3040">50:40</a> it seems like mobile-first CSS would be the clean solution.
@safwanmalik3139
@safwanmalik3139 2 жыл бұрын
Great video, I finally understand how to use CSS grid now. I recommend people who are going to watch this video to do the testimonials section all by yourself first and then watch the video to see how Brad does it so that you can see something you went wrong with or can improve on. Once again thanks Brad for another amazing video!
@safwanmalik3139
@safwanmalik3139 2 жыл бұрын
Also a tip for the testimonials section is that if you design mobile first, then it will be much simpler to design for larger screens as less media queries will be involved.
@ahmad-murery
@ahmad-murery 2 жыл бұрын
Nice, clean and quick video, regarding the media query, instead of resetting each card grid-column/grid-row and figuring out what are the correct numbers, we can simply set both properties to initial like this: .testimonials .card { grid-column: initial; grid-row: initial; } Thanks Brad,
@MrSickonebk
@MrSickonebk Жыл бұрын
my man I have learn so much with you! thank you... you don't know how much I appreciate your tutorials
@dujanabaloch9479
@dujanabaloch9479 2 жыл бұрын
for media query ,i just used flex box and set flex-direction :column . Easy and Thank you Brad ,Credit goes to you
@crimsonred0786
@crimsonred0786 2 жыл бұрын
This is incredible! I'm good with CSS in terms of knowing how to use Flex and Grid, but never knew how to actually make it look good on a webpage, thank you!
@discoRyne
@discoRyne 2 жыл бұрын
Grid and Flexbox is such a fun and powerful combo once mastered. The new (first time I'm seeing it) intro animation also looks great with the code editor in the background, good job there!
@manashbehera961
@manashbehera961 2 жыл бұрын
thank you for explaining this in a very simple manner.
@simply_the_dev7588
@simply_the_dev7588 2 жыл бұрын
How you use Grid is how I imagined it would be used for. Thanks for the refresher. I keep forgetting things and not writing them down. If I can visualize it like how you are setting it up I can remember it.
@sanjeevsharma4819
@sanjeevsharma4819 2 жыл бұрын
Without watching whole video , you deserve my like . I know it will be great video
@gngn2973
@gngn2973 2 жыл бұрын
I've literally came back to this video 5 times already. Thanks so much for this makes things a lot easier. I've come a long way with dev since taking your Mongo course lol.
@kaseycarr9130
@kaseycarr9130 9 ай бұрын
I've taken a couple of courses already and they all go deep in the specifics but I still wasn't getting it, but you really teach the same way I learn with practical use explanations that are just really simple and easy to understand, and I learned so many VS Code shortcuts just from watching you work. Thank you so much, I will be doing your other courses as well
@certifiedmicronaut4901
@certifiedmicronaut4901 2 жыл бұрын
Thank you so much for this Brad! Sincerely, Self-teaching Front-End Developer (to be).
@patrickb2668
@patrickb2668 2 жыл бұрын
Great Video! Just a quick tip: Instead of resetting each card with their respective numbers you could just do an overall reset, since the cards will span over 1 col / 1 row anyways. .card { grid-column: auto; grid-row: auto; }
@kathirmldata7411
@kathirmldata7411 2 жыл бұрын
❤ from south india.. I have learned so many frontend concepts . Because of you. Thanks a lot 🙏
@Igor-ge1py
@Igor-ge1py 2 жыл бұрын
Getting back into front end development. Grid and flex is a game changer. I remember doing table layouts in dreamweaver when I first started and then floats. I got so good with floats that I get an urge to use them again but have to catch myself and use grid and flex since they are so much cleaner and powerful. No more hacks to align stuff 🤭
@dpdoescode
@dpdoescode 2 жыл бұрын
This as well as flexbox are so important! Can't recommend enough - gets you so far in terms of layouts. Thanks Brad 💪
@hassanali-yi4bu
@hassanali-yi4bu 2 жыл бұрын
Shut up
@uniquelaura8277
@uniquelaura8277 2 жыл бұрын
Thank you so much for this Brad! I found you last year came back looking for ya. I'm self learning through Codecademy and I'm so glad I came to watch both your flexbox and grid tutorials. They're amazing! You're a great teacher and a great inspiration. You give me so much hope! Will definitely come back to do projects with you and to keep learning from you. Stay blessed!
@shutomasi
@shutomasi Жыл бұрын
This is one of the first times I've genuinely preferred to learn over doing something else. Your tutorials are great. I've only been following them for about a week now and I have a better grip on HTML & CSS then I did from secondary school & college.
@Davidkiania
@Davidkiania 2 жыл бұрын
Brad this is awesome and I loved every moment of it. You make it really seem easy and will certainly put this tutorial into good use. Much appreciation from Kenya!
@iancarr3923
@iancarr3923 Жыл бұрын
Excellent as usual. Appreciated the notion that the grid is useful for page layout and that flex (and grid) can then be use to organize elements within the grid area.
@nivellen1168
@nivellen1168 2 жыл бұрын
I thank you this! Recently, I noticed how much I sucked at CSS and thought of CSS Grids as the first thing to learn.
@solomonhaile4502
@solomonhaile4502 Жыл бұрын
The way you organize the topics is awesome and I am into web development because of you making such informative content.
@JayantBB78
@JayantBB78 2 жыл бұрын
Brad, I don't have words to thank you. You are really a great mentor for countless learners like me. You are awesome man. God bless you. Keep posting. Keep teaching. Love from INDIA. ❤️❤️❤️❤️❤️❤️❤️❤️❤️❤️
@mohammadurgur953
@mohammadurgur953 Жыл бұрын
You mentioned that you like to do everything from start, not copy paste. That is only one of your strengths in teaching, and what makes your tutorials stand out. Thank you
@jadonsunshine9613
@jadonsunshine9613 2 жыл бұрын
this guy is really good this is a video you have to watch
@alanjerram9258
@alanjerram9258 2 жыл бұрын
A double thank you for the great instruction, from those learning to use grid and VS code at the same time. You are basically covering both. Your pace is quick, but that's why they invented the pause button!
@jonathanemmett8043
@jonathanemmett8043 2 жыл бұрын
I always come to your crash courses and udemy courses to fresh'n up on what is going on in the world of JS/CSS, etc. We tend to get stale working on the same stuff day in and day out, so it makes my brain start functioning again.
@alfonseandia
@alfonseandia Жыл бұрын
Thank you! The project at the end actually made it stick more.
@keldaniel234
@keldaniel234 Жыл бұрын
You are the best web dev I have seen so far, great work and you’ve also help so many beginner on this channel of yours thanks u traversy media
@ElementoryMyDearWatson
@ElementoryMyDearWatson Жыл бұрын
Terrific tutorial, clear concise and very easy to follow. Not an easy thing to pull off. Many thanks indeed.
@MsLotus9
@MsLotus9 Жыл бұрын
Excellent video! This was the first one I watched where I really understood Grid. Thank you so much :)
@ahonui
@ahonui 8 ай бұрын
Brad, I've dabbled with html since '97. I tables was fun @ <a href="#" class="seekto" data-time="1320">22:00</a>. Grid reminds me of tables a lot.
@nathanielessien2347
@nathanielessien2347 2 жыл бұрын
Trying to round up my css this week so I can head to js. Thanks for this, it's really helped me hasten up.
@DrAlghazali
@DrAlghazali 2 жыл бұрын
First time to fully understand css grid, Super!
@keshavakumar9828
@keshavakumar9828 2 жыл бұрын
Thank you . I have learnt so much from watching your tutorials. I more skill added to resume.
@juanjoseparedez579
@juanjoseparedez579 2 жыл бұрын
Hi Brad! Just to let you know, I became a professional developer recently and I wanted to thank you because with your videos my path was much easier. So that's it, thank you so much for your kindness to share!
@patriayvida4209
@patriayvida4209 2 жыл бұрын
Hi.... how did you do that? I'd love to become a professional developer too! I've been "playing" with HTML and CSS since 2012.... any advice would be greatly appreciated 🙏
@zakariahassan123
@zakariahassan123 2 жыл бұрын
coding along with brad always seems easy for me and my confidence level is way up. The problem starts when I code on my own and everything gets messed up. i dont know what to do man! if anyone of you is intresten in becoming my partner in web dev, your welcome. html, css and i started javscript now
@Thiagohanusch16
@Thiagohanusch16 Ай бұрын
God bless you for showing the intricate parts as well, it's been around 10 years since the last time I handled web development, nowadays I don't remember even the smallest thing haha.. good vid!
@hgilbert
@hgilbert 2 жыл бұрын
I stopped doing websites for 6 years. Recently came back and was like: what??? ... Reading fast all entries on MDN CSS, but your flex & grid - crash course - helped me understand these concepts the most. JS and HTML5 changed a lot too. But am fine with those now (except Promises; which I don't need yet.).
@amieexxcauntie2671
@amieexxcauntie2671 2 жыл бұрын
I am your fans.... You are great in teaching... Briefly.. And very generous
@rohandeshmukh3989
@rohandeshmukh3989 11 ай бұрын
Thank you!! One of the best tutorials i have seen on css grid .
@codingaustralia3748
@codingaustralia3748 2 жыл бұрын
Thanks again Brad. I'm preparing a plan to work with first nation youth keen on displaying their origins and this should be a manageable method.
@danielj6394
@danielj6394 2 жыл бұрын
Sir, I can't thank you enough. Your channel is treasure.
@dileepbc5901
@dileepbc5901 Жыл бұрын
I always loved your teaching style your my goto for any JS framework, library, html css crashcourse etc..Thanks brad please keep doing what your doing love from india.
@devabdultech
@devabdultech 2 жыл бұрын
I've been waiting for so long 😩
@filipcruz7688
@filipcruz7688 2 жыл бұрын
Great tutorial. Clear, organized, and totally professional.
@TheKtiekat
@TheKtiekat 2 жыл бұрын
That was super helpful. Better than most vids I've seen in explanation.
@lukramingo1496
@lukramingo1496 2 жыл бұрын
Great tutorial Brad, I learn a lot from your channel and now i survive coding journey from giving up way in last couple of years back.🏋‍♀
@murtazahasan8823
@murtazahasan8823 2 жыл бұрын
was waiting from yesterday. yahooooooo you uploaded 😁😁😍
@victorekea
@victorekea 2 жыл бұрын
I'm a testimony of Brad's awesome css grid courses. Thanks for sharing another awesome tutorial, Brad. ✨✨
@AverageComputerGeek
@AverageComputerGeek 2 жыл бұрын
This was an excellent lesson, very good pacing and explanations. I love that you showed the incorporation of Flexbox in the real world example. As a Flexbox fanboy, I do appreciate the ease of Grid and the additional layout css properties. I will have to go ahead and give it a go! Thank you!
@geekstudio.
@geekstudio. 2 жыл бұрын
Will definately start watching Trav again as a supplement to my full stack studies...Currently doing node.js,python,php,and SQL!
@spelf
@spelf Жыл бұрын
Another fantastic video, I find your teaching style to be absolutely perfectly suited to how I like to learn. Thanks again 👍
@sirsanctified9380
@sirsanctified9380 2 жыл бұрын
Great video, followed through till the end and the good thing is I really got something out of it
@arunkumar-ic8kl
@arunkumar-ic8kl 2 жыл бұрын
Thankyou for the free course. Really helped learning CSS GRID.
@ashishtripathy2768
@ashishtripathy2768 2 жыл бұрын
Just Wow.To The Point Content. Making Complex topics easy . Thanks
@tawsifhaque9360
@tawsifhaque9360 2 жыл бұрын
this was a masterpiece of a tutorial for css grid.
@jordynmuldrow3885
@jordynmuldrow3885 2 жыл бұрын
Thank you Brad for another amazing educational tutorial. This help me understand my css grid assignment so much better
@misterrandompro6181
@misterrandompro6181 2 жыл бұрын
you explained things so clearly 🙂🙂 i mean you got almost 2 million subs so its pretty obvious but still i will say that your content is the best....
@NurioonSoftware
@NurioonSoftware 2 жыл бұрын
Great lesson. Thank you very much
@sepandarmoeeni9299
@sepandarmoeeni9299 Жыл бұрын
hey Brad, thanks alot for your hardwork and generous spirit.
@npcconversation
@npcconversation 11 ай бұрын
You are the best teacher in the world ! no doubt !
@idorenyinbenson1161
@idorenyinbenson1161 Жыл бұрын
Thank you for taking out time to help me with this vital piece of information.
Flexbox Crash Course 2024
46:54
Traversy Media
Рет қаралды 442 М.
CSS Grid Layout Crash Course
27:55
Traversy Media
Рет қаралды 2 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
Cheerleader Transformation That Left Everyone Speechless! #shorts
00:27
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Sass Crash Course
48:05
Traversy Media
Рет қаралды 406 М.
Tailwind Crash Course | Project From Scratch
1:35:39
Traversy Media
Рет қаралды 613 М.
Learn CSS Grid the easy way
37:04
Kevin Powell
Рет қаралды 941 М.
Top 10 Advanced CSS Responsive Design Concepts You Should Know
20:16
Web Dev Simplified
Рет қаралды 544 М.
CSS Grid Tutorial: Responsive Design Examples
41:11
LearnWebCode
Рет қаралды 82 М.
CSS3 Animation & Transitions Crash Course
36:20
Traversy Media
Рет қаралды 434 М.
Flexbox or grid - How to decide?
18:51
Kevin Powell
Рет қаралды 749 М.
Build a Responsive Website | HTML, CSS Grid, Flexbox & More
2:02:22
Traversy Media
Рет қаралды 986 М.
Flexbox CSS In 20 Minutes
19:59
Traversy Media
Рет қаралды 1,8 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.