Bootstrap 5 Grid

Поделиться
HTML-код
  • Опубликовано: 30 янв 2025

Комментарии • 40

  • @untitledmonster
    @untitledmonster 2 года назад +1

    I'm gonna binge all of your BS5 tutorials. You are a talented communicator and natural teacher. Thanks for inspiring a generation of web devs/designers!

  • @veelong
    @veelong 3 года назад +4

    I’ve watched 5 tutorials on grid systems and yours was the only tutorial that took it back to the start and explained the breakpoints and how to set them appropriately. Now seems so simple! Thank you 😊

  • @gustavoviana5508
    @gustavoviana5508 3 года назад +2

    Even a kid could understand the way you explain things. Great work

  • @robertjunior5272
    @robertjunior5272 2 года назад

    One of the best tutorial I've watched! Explicitly explained!

  • @diraneserges6076
    @diraneserges6076 2 года назад

    Thank you very much for this very rich tutorial with simple and precise explanations

  • @adil8132
    @adil8132 3 года назад +2

    Simple and efficient ! 👏 I've watched more than 7 tutoriels... Thank you

  • @piedepew
    @piedepew 3 года назад +1

    Your tutorial is best , Don't know why this has less view tho

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  3 года назад +1

      Just need a shotout from Oprah or Obama. Then I'd have more :)

  • @DevBranch
    @DevBranch 3 года назад +1

    These are really great tutorials. I really appreciate the level of detail you get into.

  • @MilfordDesouza
    @MilfordDesouza 4 года назад +2

    Great videos!! Hard to find good tutorials on Bootstrap 5 this early.

  • @hellolearning5775
    @hellolearning5775 2 года назад

    Best one 👍👍

  • @MegaJehanzaib
    @MegaJehanzaib 2 года назад

    Great explanation. Cheers.

  • @danielmb3678
    @danielmb3678 3 года назад

    This is great! Thank you!

  • @kazimmehdisaiyad6714
    @kazimmehdisaiyad6714 2 года назад

    thank you sir its really helpful ❤️

  • @JoaoDrow
    @JoaoDrow 3 года назад

    Very nice bro!

  • @Madeinoz1967
    @Madeinoz1967 3 года назад

    you explain this that’s easy to understand, thanks

  • @azrayazid8064
    @azrayazid8064 3 года назад

    THX SIR you explain it very well

  • @nicolettezoric2200
    @nicolettezoric2200 2 года назад

    How do I turn it off specifically for the services banner? For instance I have three icons - they are perfectly centered on the screen in desktop and then when i hit mobile, the icons turn into a slideshow which I dont want. I want the icons to still all show on one, or stack.

  • @AbhishekKumar-gg6ox
    @AbhishekKumar-gg6ox 3 года назад

    Awesome content Sir please upload the full Bootstrap tutorial. It will be really helpful 😊

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  3 года назад

      Currently working on a bootstrap course. Sign up if you want to be notified.
      adesignerwhocodes.ck.page/2bf2d55f96

  • @johanesalberto6136
    @johanesalberto6136 Год назад

    thanks brother

  • @nigelfaria
    @nigelfaria 2 года назад

    Great videos! How do you decide when to use Grid and when to use Flex?

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  2 года назад +1

      The grid is flex (I know, go with me for a second). I use the grid when I know I need to arrange content on a 12-column grid system. So for example I might want 3 images to be in a 4-column design.
      I use straight flex when I just want to flow more fluidly. That's how I rationalize it.

    • @nigelfaria
      @nigelfaria 2 года назад

      @@ADesignerWhoCodes thanks for the explanation!

  • @indalyadav1785
    @indalyadav1785 2 года назад

    but i want to three columns on tab screen?? how

  • @ShortFuseFighting
    @ShortFuseFighting 3 года назад

    i dont get this bootstrap crap. it always feels like doing even more work than vanilla css and html. whats the point?

    • @ADesignerWhoCodes
      @ADesignerWhoCodes  3 года назад +1

      Hey there Short. Basically, speed. I use bootstrap primarily for the grid. Yes, I could build a grid from scratch, but why? Bootstrap provides a templated system and breakpoints. Not only that, but they built it on a 12-column design. Imagine having to write out a 12-column, multi-breaking grid from scratch? That's a ton of work.
      Then, everything else works off of those breakpoints. It's mobile-first, but the menu can break on sm, md, lg, xl and xxl. It's greatly improved my efficiency in the way I build websites. And the best part is if I come back to a site after years I know how it is built.
      But you do you. That's the great part about the web. You can do it however you like.