CSS Flexbox Intro | Flex CSS Tutorial for Beginners

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 62

  • @DaveGrayTeachesCode
    @DaveGrayTeachesCode  Před 2 lety +13

    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: czcams.com/play/PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit.html

    • @nikoryu-lungma
      @nikoryu-lungma Před rokem

      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 Před 2 lety +9

    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  Před 2 lety +1

      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 Před rokem

    Flexbox Froggy was such a good way to test the concepts!

  • @t6hp
    @t6hp Před rokem +1

    This was helpful and succinct as well, thank you so much!

  • @GabrielSouza-yy2rq
    @GabrielSouza-yy2rq Před rokem +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  Před rokem

      You're welcome! The recommended game at the end helps you learn how to apply some of these rules, too. 🚀

  • @Grihlo
    @Grihlo Před 2 lety

    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!

  • @ajaysan2765
    @ajaysan2765 Před rokem +1

    Thank you so much

  • @ilijajovanov3857
    @ilijajovanov3857 Před rokem

    Dave, thanks a lot for this wonderful tutorial, I have learned a lot from you.

  • @David-ek1ye
    @David-ek1ye Před 2 lety +1

    Another top-end tutorial. Your teaching skill is really good, Dave. Thanks a lot.

  • @andromilk2634
    @andromilk2634 Před měsícem

    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.

  • @ahmadsebaey1830
    @ahmadsebaey1830 Před rokem

    You're a great teacher Dave ❤️

  • @jipeejoce1353
    @jipeejoce1353 Před 2 lety

    This is a very great tut for a reminder ( but not too beginner friendly imo).

  • @reitei1756
    @reitei1756 Před rokem

    Thank you for the great explanation and also thank you for recommending flexbox froggy, really fun!

  • @haregka7430
    @haregka7430 Před 2 lety

    Wow! Best teacher!!!

  • @vishaldeswal4413
    @vishaldeswal4413 Před 7 měsíci

    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.

  • @sonamohialdin3376
    @sonamohialdin3376 Před 2 lety

    Awesome tutorial thank you very much

  • @ahmad-murery
    @ahmad-murery Před 2 lety

    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  Před 2 lety +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 Před 2 lety +1

      @@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  Před 2 lety +2

      @@ahmad-murery your comments are always welcome my friend 🙏

  • @uniquebanda69
    @uniquebanda69 Před 2 lety +5

    I LOVE YOU
    .teaching-skill { 100%, auto};
    #knowledge {100px, 100px};
    Lots of LOVE from India👌❤️

  • @muhammadsheharyar3052
    @muhammadsheharyar3052 Před 2 lety

    Thank you, Sir.

  • @iambrijeshtoo
    @iambrijeshtoo Před rokem

    Thank you!

  • @bnmbnm7278
    @bnmbnm7278 Před 2 lety +1

    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  Před 2 lety

      Thank you for the request and also for the reminder - uploading the source to Github right now!

  • @IramKahkashan
    @IramKahkashan Před rokem

    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 Před 8 měsíci

      because box (declared as div here) is a block level element and it takes the full width of its parent

  • @user-jc5tu4el4d
    @user-jc5tu4el4d Před rokem

    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  Před rokem +1

      It may help you to read other articles and watch other videos about it, too. Also, try out the Flexbox Froggy game I recommended.

    • @user-jc5tu4el4d
      @user-jc5tu4el4d Před rokem

      @@DaveGrayTeachesCode Yep I try read article and try the game at the last .thank you for it .

  • @iramimran3117
    @iramimran3117 Před rokem

    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  Před rokem +1

      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 Před rokem

      @@DaveGrayTeachesCode Oh ok next time I'll not write expecting response.

    • @iramimran3117
      @iramimran3117 Před rokem

      And you always respond.

    • @iramimran3117
      @iramimran3117 Před rokem

      @@DaveGrayTeachesCode body{min-width:100vh}

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  Před rokem +1

      @@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.

  • @TejaDurgi
    @TejaDurgi Před 2 lety

    hey!
    can you please check out CSS playlist u added something by mistake into your css playlist.

  • @RahulYadav-wn5gn
    @RahulYadav-wn5gn Před 2 lety

    Hey Dave

  • @webb-developer
    @webb-developer Před 8 měsíci

  • @ndudirichinazaekpere533

    Thank you!