CSS Flexbox Intro | Flex CSS Tutorial for Beginners

  Рет қаралды 25,967

Dave Gray

Dave Gray

Күн бұрын

Пікірлер: 63
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
When flexbox was introduced it dramatically changed how we think about constructing CSS layouts. It is essential to understand the fundamentals of flexbox, and in this tutorial, we'll review all of the flexbox properties that you will frequently use and explore how they can impact your CSS layouts. If you are just getting started with CSS, I recommend going to the beginning of this CSS for Beginners playlist: kzbin.info/aero/PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit
@nikoryu-lungma
@nikoryu-lungma Жыл бұрын
Flexbox is the main tool I used to make the website responsive. From the projects I have worked with(in the companies I worked at), i can summarize 4 common ways that most developers use to make their websites responsive. They are: - Flexbox, a.k.a display: flex - Grid - @media, a.k.a media query - Using custom hooks of ReactJS. In the last company I worked at, they created a custom hook called "useResize", then they use that hook to make the screen responsive. Those are 4 common methods I see Developers do. I don't know if there is more, so you are welcome to show me more
@johnmcaulay4348
@johnmcaulay4348 2 жыл бұрын
Dave you have a true gift for teaching. I was already pretty good with CSS, but watched this playlist anyway and I gotta say, I learned a lot more and was able to sure up a lot of my knowledge that was lacking in certain areas. This playlist was literally full of "aha" moments for me. Thank you! I think at the end of last year I predicted 100k subscribers for you by the end of 2022 and it's looking like you're well on track for that, congrats on all the hard work my friend!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words, John! 🙏 Building this CSS playlist and course was good for me as well. I had what I thought was a good understanding of CSS, but I continue to learn as I teach, too! Always good to review the fundamentals. 💯
@yatin1370
@yatin1370 Жыл бұрын
Flexbox Froggy was such a good way to test the concepts!
@t6hp
@t6hp Жыл бұрын
This was helpful and succinct as well, thank you so much!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
Welcome!
@Grihlo
@Grihlo 2 жыл бұрын
Thank you Dave! That's where things are getting more complicated.. and that Froggy adds some fun to the learning process - great advice at the end of the video to play for practice!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Very true! The games can be challenging and fun! 💯
@GabrielSouza-yy2rq
@GabrielSouza-yy2rq 2 жыл бұрын
Phew this is a dense subject. Better get a notebook and take some notes to help assimilate the content. Anyway, your teaching makes it much easier to understand the topic. Thank you Dave!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome! The recommended game at the end helps you learn how to apply some of these rules, too. 🚀
@ilijajovanov3857
@ilijajovanov3857 Жыл бұрын
Dave, thanks a lot for this wonderful tutorial, I have learned a lot from you.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're very welcome!
@andromilk2634
@andromilk2634 3 ай бұрын
Hi Dave, I feel like this one went a bit too quickly, I feel like there are some nuances which I might have missed if it was my first time learning about this concept. Thanks again.
@jipeejoce1353
@jipeejoce1353 2 жыл бұрын
This is a very great tut for a reminder ( but not too beginner friendly imo).
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the feedback. 🙏
@reitei1756
@reitei1756 Жыл бұрын
Thank you for the great explanation and also thank you for recommending flexbox froggy, really fun!
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@ahmadsebaey1830
@ahmadsebaey1830 2 жыл бұрын
You're a great teacher Dave ❤️
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you, Ahmad!
@David-ek1ye
@David-ek1ye 2 жыл бұрын
Another top-end tutorial. Your teaching skill is really good, Dave. Thanks a lot.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're very welcome, David! 🙏💯
@ajaysan2765
@ajaysan2765 Жыл бұрын
Thank you so much
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
You're welcome!
@haregka7430
@haregka7430 2 жыл бұрын
Wow! Best teacher!!!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the kind words! 🙏💯
@ahmad-murery
@ahmad-murery 2 жыл бұрын
Not sure whether or not there will be a part2, if not maybe it worth mentioning that we also have some useful properties such as justify-self/align-self Thanks Dave,
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
No part 2 in this series. I wanted to give everyone a good start with the Flexbox fundamentals. There are so many properties and full multi-hour courses exist for both Flexbox and Grid so you will find me leaving some out. Your suggestions are good additions! Always great to hear from you, Ahmad! 🙏💯
@ahmad-murery
@ahmad-murery 2 жыл бұрын
@@DaveGrayTeachesCode Fair enough, not trying to pretend to be smart (I'm not), I only wanted to say "Hello" by adding a comment, I do really appreciate your continuous efforts to simplify the complexity of web development 👏👍🚀
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
@@ahmad-murery your comments are always welcome my friend 🙏
@sonamohialdin3376
@sonamohialdin3376 2 жыл бұрын
Awesome tutorial thank you very much
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Welcome!
@vishaldeswal4413
@vishaldeswal4413 9 ай бұрын
Hi Dave, I got one problem regarding align-content and align-items, I have written same code till 12:36 timeline. But instead of writing align-content: space-evenly I have used align-content: flex-start. it is working fine when flex-items are wrapped in multiple lines on change size but when flex items are not wrapped in multiple line, even then align-content: flex-start is overriding the align-items: center property. Could you just tell me why this is happening.
@iambrijeshtoo
@iambrijeshtoo Жыл бұрын
Thank you!
@muhammadsheharyar3052
@muhammadsheharyar3052 2 жыл бұрын
Thank you, Sir.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You are very welcome!
@uniquebanda69
@uniquebanda69 2 жыл бұрын
I LOVE YOU .teaching-skill { 100%, auto}; #knowledge {100px, 100px}; Lots of LOVE from India👌❤️
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you so much my friend! 🙏 Very creative comment! 💯🚀
@designsxnellgraphics8667
@designsxnellgraphics8667 2 жыл бұрын
Thanks Dave. I have to say ur method of teaching is top notch
@MuradHasanFahim01
@MuradHasanFahim01 2 ай бұрын
what is the simple difference between justify-content and align-items? I am confused !!!!
@IramKahkashan
@IramKahkashan Жыл бұрын
Hi Dave, Before applying Flex when we set the box class width and height then when I change the height to 50px then its change as it should but in min-width doesn't effect the container, width always occupy all space in container either min-width is 100px or 50px. We are not providing min-width:100% to occupy all space in container horizontally then why all container becomes dark horizontally. Expecting response, Thank you.
@mischief9499
@mischief9499 10 ай бұрын
because box (declared as div here) is a block level element and it takes the full width of its parent
@bnmbnm7278
@bnmbnm7278 2 жыл бұрын
hi. I still can't find the 14th lesson in the github... And, will you teach about css link svg?(url(svg link)....), thank you
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Thank you for the request and also for the reminder - uploading the source to Github right now!
@iramimran3117
@iramimran3117 Жыл бұрын
Hi Dave, hopefully everything fine. I am trying your flexbox awesome tutorial. Please tell me one thin when reduce the screen dimension at very very small my div stop to shrink and overflow the container, how can I resolve it? Expecting response.
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
When you say "expecting response", it is not necessary. It implies I don't respond unless you say that, but I usually do. I'm sure that is not your intention but I wanted you to know it is not necessary every time you post a question. Your size issue can be impacted by several things. Does anything in the page have a minimum width? They won't shrink beyond that size.
@iramimran3117
@iramimran3117 Жыл бұрын
@@DaveGrayTeachesCode Oh ok next time I'll not write expecting response.
@iramimran3117
@iramimran3117 Жыл бұрын
And you always respond.
@iramimran3117
@iramimran3117 Жыл бұрын
@@DaveGrayTeachesCode body{min-width:100vh}
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
@@iramimran3117 not recommended. You dont really need a min-width on the body. It will be 100% and shrink relative to the size of the viewport.
@RahulYadav-wn5gn
@RahulYadav-wn5gn 2 жыл бұрын
Hey Dave
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Hey Rahul!
@RahulYadav-wn5gn
@RahulYadav-wn5gn 2 жыл бұрын
@@DaveGrayTeachesCode can I get a job after learning HTML CSS JavaScript and React only...
@TejaDurgi
@TejaDurgi 2 жыл бұрын
hey! can you please check out CSS playlist u added something by mistake into your css playlist.
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
Fixed! Thanks for the note! 💯
@Adnan-h7t6y
@Adnan-h7t6y Жыл бұрын
Its hardly understand for me flex box from your video. Could you modify flex box concept for beginner. But thanks for share you knowledge for these concepts
@DaveGrayTeachesCode
@DaveGrayTeachesCode Жыл бұрын
It may help you to read other articles and watch other videos about it, too. Also, try out the Flexbox Froggy game I recommended.
@Adnan-h7t6y
@Adnan-h7t6y Жыл бұрын
@@DaveGrayTeachesCode Yep I try read article and try the game at the last .thank you for it .
@webb-developer
@webb-developer 11 ай бұрын
@ndudirichinazaekpere533
@ndudirichinazaekpere533 2 жыл бұрын
Thank you!
@DaveGrayTeachesCode
@DaveGrayTeachesCode 2 жыл бұрын
You're welcome!
CSS Grid Intro and Basic Layout Tutorial for Beginners
25:38
Dave Gray
Рет қаралды 32 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 7 МЛН
兔子姐姐最终逃走了吗?#小丑#兔子警官#家庭
00:58
小蚂蚁和小宇宙
Рет қаралды 16 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 88 МЛН
CSS Flexbox Tutorial - Learn the right way
35:41
FollowAndrew
Рет қаралды 9 М.
How to Organize CSS | Beginners BEM tutorial
20:33
Dave Gray
Рет қаралды 23 М.
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,6 МЛН
The Ultimate CSS3 Flexbox Tutorial - Colt's Code Camp
59:15
Colt Steele
Рет қаралды 99 М.
Flexbox design patterns you can use in your projects
15:33
Kevin Powell
Рет қаралды 444 М.
CSS Flexbox Crash Course
35:53
freeCodeCamp.org
Рет қаралды 214 М.
Flexbox Crash Course - Tutorial for Complete Beginners
57:01
Codevolution
Рет қаралды 55 М.
CSS Flexbox Course
48:43
freeCodeCamp.org
Рет қаралды 329 М.
When u fight over the armrest
00:41
Adam W
Рет қаралды 7 МЛН