Bootstrap 5 Grid System Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024

ความคิดเห็น • 139

  • @Mdbootstrap
    @Mdbootstrap  2 ปีที่แล้ว +7

    I hope you liked the video. If you are already here in the comment section, I invite you to let me know what other videos would you like to see in the future. Also, share any other feedback that you have on this video!
    I don't run ads on tutorials - the only value I get is your engagement in the MDB community.
    So if you would like to show your support:
    - Encourage more people to Keep Coding ---> Send this video to one person
    - Stay tuned for new content ---> Subscribe & ring the bell
    In the description, you will find links to some useful, free resources:
    📥 Download Material Design for Bootstrap - FREE open-source UI KIT
    🎓 Learn responsive web design with the latest Bootstrap 5 (full 1.5H course)
    🎁 Join our mailing list & receive exclusive perks (free stuff that is normally behind a paywall)
    ⭐Support the creation of open-source packages with a STAR on GitHub
    👪 If you have any questions - don't hesitate to ask on our Facebook group
    Thank you for your support!

    • @icecut7403
      @icecut7403 2 ปีที่แล้ว

      How we can increase or decrease height of row or column ?
      Is that any class available for that ?

  • @DawidAdach
    @DawidAdach 4 ปีที่แล้ว +55

    0:48 Installation
    4:08 Bootstrap Grid Explained
    5:40 Breakpoints
    6:30 Bootstrap grid examples
    10:10 Changes in Bootstrap 5
    10:30 Tutorial
    10:55 Containers
    13:49 Columns
    14:14 Gutters

    • @thunderbolt997
      @thunderbolt997 3 ปีที่แล้ว

      @Deshawn Salvador yeah it totally worked, FBI is outside my apartment now

    • @berjaoui92
      @berjaoui92 3 ปีที่แล้ว +1

      Are you the guy of that channel?
      If yes, thank you for so generous sharing... 👍

    • @DawidAdach
      @DawidAdach 3 ปีที่แล้ว

      @@berjaoui92 yes I am, appreciate :) Thank you

    • @mylearnings7951
      @mylearnings7951 ปีที่แล้ว

      salamat sa imong gihimo nga bedyo sege pa himo kapa ng mga bedyo

  • @jamesfrick4585
    @jamesfrick4585 3 ปีที่แล้ว +10

    Great video and lesson. It does not start with the details of Bootstrap as does many videos. Instead, David's video shows the effects of using Bootstrap on layouts. The orientation of the video is on the overall page and how Bootstrap controls page layout, especially for responsive design. This is a great way to teach Bootstrap. I have been struggling organizing my pages, and started looking at several other Bootstrap videos. These were not motivating as they did not tell me how to put together HTML code for a responsive design. David at MDB shows an example of how to build a Bootstrap page for responsiveness, and his video is very motivating to continue to earn Bootstrap.

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Thank you James, I really appreciate that, I am glad that you enjoyed it. :)

  • @AlejandroMuro0tto
    @AlejandroMuro0tto 3 ปีที่แล้ว +6

    This is one of the key functions of bootstrap and its very well explained

  • @luqmansecond6375
    @luqmansecond6375 3 ปีที่แล้ว +5

    Great video! I have been having troubling understand the grid system but it's all cleared up now. Thank you!

  • @annecapongcol3759
    @annecapongcol3759 3 ปีที่แล้ว +5

    Thank you for this. I’m a new coder and still learning Bootstrap. Your visual demonstration is easy to understand. This is what I am looking for.

  • @heshmania
    @heshmania 3 ปีที่แล้ว +4

    Thank you! This is an enlightenment for a beginner just like me.

  •  4 หลายเดือนก่อน

    Now that there is a powerful and easy NATIVE grid system in CSS it's really totally unnecessary to use a rather limited layer on top of that. You are missing a lot of the functionality that makes CSS grid great, like named grid areas, overlapping cells and all that stuff. There is a lot more possible with the native tools that can be replicated with some utility classes. And you will never learn how to use e.g. CSS variables to write reusable and easy to adapt
    But the biggest unavoidable problem with all these extra systems (and tailwind et al.) is that they will be obsolete eventually, because everyone is using this other [hot new thing]™ now, that you then have to learn. I got burned a number of times and decided to ditch all these css libraries and grid systems in favor of the native grid. And it's really great! I use only my own CSS, no third party stuff that brings it's own quirks to work around.

  • @amberfatima9704
    @amberfatima9704 3 ปีที่แล้ว +3

    how do you have gaps/spacing in between the columns??
    please tell me. Which bootstrap class is used to apply such spacing in between the columns

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Please post question on our facebook group : facebook.com/groups/682245759188413

  • @AxxionMarketPlace-iu6ri
    @AxxionMarketPlace-iu6ri ปีที่แล้ว +1

    Thank you

  • @parhamd7333
    @parhamd7333 4 ปีที่แล้ว +3

    ty perfect toturial i love it 😘👏😘

  • @willgonzy
    @willgonzy 3 ปีที่แล้ว +4

    Those shortcuts were life changing. Love your content!

  • @mahakal3800
    @mahakal3800 4 ปีที่แล้ว +2

    Nice

  • @amberfatima9704
    @amberfatima9704 3 ปีที่แล้ว +3

    how do you have gaps/spacing in between the columns??

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Please post question on our facebook group : facebook.com/groups/682245759188413

  • @anilaldtg3054
    @anilaldtg3054 4 ปีที่แล้ว +3

    5 columns how to do

    • @Mdbootstrap
      @Mdbootstrap  4 ปีที่แล้ว

      Depending on size, you could use 5x col-2 and center it using flex box (. d-flex .justify-content-center)

  • @vishvark244
    @vishvark244 3 หลายเดือนก่อน

    can you tutorial the desktop layout in this video please

  • @webtechnology771
    @webtechnology771 3 ปีที่แล้ว +2

    what is the main difference between bootstrap4 and 5.please give an example

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว +1

      Main difference is jQuery. Bootstrap 4 relays on that, while Bootstrap 5 is rewritten in pure JS. You can still use jQuery with B5, though...

  • @ahmedel-hindawi9226
    @ahmedel-hindawi9226 3 ปีที่แล้ว +1

    is it a full tutorial on grid systems
    or it's just a beginning
    like, Is there is a more advanced video on grid systems?

  • @walkingcode
    @walkingcode 4 ปีที่แล้ว +2

    Thanks for quick introduction

  • @oguzturkyilmaz543
    @oguzturkyilmaz543 8 หลายเดือนก่อน +1

    Thanks

    • @Mdbootstrap
      @Mdbootstrap  8 หลายเดือนก่อน

      Happy to help.
      Keep Coding :)

  • @_instabil
    @_instabil 3 ปีที่แล้ว +2

    useful :* thanks

  • @jubojubayer5109
    @jubojubayer5109 3 ปีที่แล้ว +1

    You are very clear. Very good tutorial. Thanks.

  • @sunilk9760
    @sunilk9760 ปีที่แล้ว

    12 unit means 12 fractions or 12fr as in css3

  • @jeevam7110
    @jeevam7110 7 หลายเดือนก่อน +1

    Big thanks brother, I learned it at very ease!

    • @Mdbootstrap
      @Mdbootstrap  7 หลายเดือนก่อน

      That's great to hear! Keep Coding :)

  • @regarto739
    @regarto739 9 หลายเดือนก่อน +1

    thank you, sir. You are life saver.

    • @Mdbootstrap
      @Mdbootstrap  9 หลายเดือนก่อน

      Happy to help :)

  • @thakiddx
    @thakiddx ปีที่แล้ว

    how do i do that shortcut @ 12:21 exactly?

  • @illusioniste00
    @illusioniste00 4 ปีที่แล้ว +2

    thanks!!

  • @abelt8958
    @abelt8958 ปีที่แล้ว +1

    Thanks for the video.

  • @like.a.cactus
    @like.a.cactus 3 ปีที่แล้ว +1

    You are very clear. Very good tutorial. Thanks.

  • @maweryoutube9852
    @maweryoutube9852 2 ปีที่แล้ว +1

    Amazing video, Thank you so much and keep it up

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว +1

      Glad you liked it!

  • @shauryasharma190
    @shauryasharma190 3 ปีที่แล้ว +1

    what is that popper link?

  • @inspireitoday
    @inspireitoday 4 ปีที่แล้ว +1

    Why the thumbnail doesn't match with the content??

    • @Mdbootstrap
      @Mdbootstrap  4 ปีที่แล้ว +1

      Dear Ahmed, obviously we cannot cover all possible examples, please check this tutorial for more advanced setups mdbootstrap.com/docs/standard/layout/grid/

    • @George-ew2in
      @George-ew2in 3 ปีที่แล้ว

      exactly! this is bad way.

  • @oldadajbych8123
    @oldadajbych8123 ปีที่แล้ว

    I have clicked on the video because I hoped that in the end I will know how to create the layout in cover image. It does not get even close. There wsas the example with vertical fill, but it is not in the video. Sorry, but this was not helpful.

  • @andreaseferi8204
    @andreaseferi8204 3 ปีที่แล้ว

    I saw the video still dont know how to create example 2, thumbs down.

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      This is an essence, check our other videos which are longer and explains more details.

  • @AnuradhaPasare
    @AnuradhaPasare ปีที่แล้ว

    thank you for vedio.

  • @mahakal3800
    @mahakal3800 4 ปีที่แล้ว +1

    Bro

  • @ghaliahmed
    @ghaliahmed ปีที่แล้ว

    it's not professional 😕

  • @bhaijikumbar4710
    @bhaijikumbar4710 3 ปีที่แล้ว +1

    How you giving space between column please tell me ....

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Please post question on our facebook group : facebook.com/groups/682245759188413

    • @George-ew2in
      @George-ew2in 3 ปีที่แล้ว

      make border man

  • @jairocapua2956
    @jairocapua2956 หลายเดือนก่อน

    really great help! thanks!

    • @Mdbootstrap
      @Mdbootstrap  หลายเดือนก่อน

      Keep Coding :)

  • @swastikjainsj
    @swastikjainsj 3 ปีที่แล้ว

    can u make container like amazon i am trying but failed i will not give up f u help me ?

  • @miguelfernandes7728
    @miguelfernandes7728 2 ปีที่แล้ว

    Hello David,
    Great video.
    Have a suggestion for your next video, a bootstrap grid with; Title 1 with 4 box for images, title 2 with 3 box, title 3 with 2 box, title 4 with 1 box( each one displayed in vertical) and in small devices it displays in vertical beggining with Title 1.

  • @ridaharun3621
    @ridaharun3621 3 ปีที่แล้ว +1

    really Useful

  • @deepakdevde1148
    @deepakdevde1148 3 ปีที่แล้ว

    Extra small
    =768px Medium>=992px Large>=1200px
    Class prefix .col-xs- .col-sm- .col-md- .col-lg-

  • @olegiva843
    @olegiva843 ปีที่แล้ว

    yes, you are hero. continue same style: from scratch step by step ;-)

  • @Anu_was_here
    @Anu_was_here 3 ปีที่แล้ว

    @8:30 I thought the “col-xs-12” means extra small columns, wil show 12 columns maximum. 😂😂 That makes more sense.

  • @alirezar7920
    @alirezar7920 4 หลายเดือนก่อน

    1)which grid system is better and easier bootstrap or css:grid? 2) can we use bootstrap only for the grid system and the rest of the website styling to be done by vanila css?

    • @Mdbootstrap
      @Mdbootstrap  4 หลายเดือนก่อน +1

      1) Bootstrap is easier, but CSS has some easier modern features like grid-template-areas, auto-placement, and fractional units.
      2) Yes, you can absolutely use Bootstrap solely for its grid system and handle the rest of the styling with vanilla CSS. This approach allows you to take advantage of the simplicity and responsiveness of Bootstrap's grid while maintaining complete control over the design and styling with your custom CSS. Here’s how you can do it:
      Include Bootstrap CSS: Add the Bootstrap CSS file to your project, either by linking to the CDN or downloading it.
      Use Bootstrap Grid Classes: Utilize Bootstrap’s grid classes in your HTML to define the layout.
      Custom Styling with Vanilla CSS: Create a separate CSS file for your custom styles and include it after Bootstrap’s CSS. This way, your styles can override any Bootstrap styles if necessary.
      Write Your CSS: In your custom CSS file, you can write any styles you need for your project.
      Keep Coding :)

    • @alirezar7920
      @alirezar7920 4 หลายเดือนก่อน

      @@Mdbootstrap thanks for the response🙏

    • @Mdbootstrap
      @Mdbootstrap  4 หลายเดือนก่อน

      @@alirezar7920 No problem, happy to help :)

  • @Ghostv33
    @Ghostv33 3 ปีที่แล้ว

    i used col-md for a webpage and did css on a 1920*1080 monitor but things get broken when screen size is less 1200px... is that normal? shouldn't it stay same in 768-1200px?

  • @manjulajayasekara8598
    @manjulajayasekara8598 2 ปีที่แล้ว

    Very good explanation in a practical way guy. Keep adding more videos like this. I'm very interested.🖤🖤🖤

  • @elmontasermarketing7959
    @elmontasermarketing7959 3 ปีที่แล้ว

    My like is 1000

  • @arrowfunc3458
    @arrowfunc3458 3 ปีที่แล้ว

    Videos like this make me question why I have 30+ udemy courses on Web Development 🤣.

  • @balasubramaniamv5807
    @balasubramaniamv5807 11 หลายเดือนก่อน

    thank you sir very much for the video

  • @yousefalhassan8078
    @yousefalhassan8078 2 ปีที่แล้ว

    Hi,
    Thanks for the clear explaination of using bootstrap 5 and the gutter part

  • @rodrigolima2819
    @rodrigolima2819 3 ปีที่แล้ว

    Cliquei achando q tava em portuga. Cara de brasileiro da porra kkk

  • @jarnovaniersel1045
    @jarnovaniersel1045 3 ปีที่แล้ว

    someone has a tutorial how to make something like example 2? To make one big item that overlaps the other rows?

  • @AsliddinMakhmudov
    @AsliddinMakhmudov 2 ปีที่แล้ว

    rahmat kotta

  • @starbwaars971
    @starbwaars971 2 ปีที่แล้ว

    what extensions do you use, seems really functional

  • @mostafahassan5366
    @mostafahassan5366 3 ปีที่แล้ว

    where is the toutrial i cant see it. you explain what ???

  • @geekyskill4156
    @geekyskill4156 2 ปีที่แล้ว

    Your website is amazing I used everyday

  • @90daner
    @90daner 3 ปีที่แล้ว

    how you update automatic your browser ? what is the name of the pluging for vs code?

    • @DawidAdach
      @DawidAdach 3 ปีที่แล้ว

      th-cam.com/video/fh97jo6Xur8/w-d-xo.html

  • @newtonoluoch5074
    @newtonoluoch5074 3 ปีที่แล้ว

    Awesome!!! and Thanks thanks thanks

  • @kadir572
    @kadir572 2 ปีที่แล้ว

    Great and short tutorial, thanks!

  • @lofi_Insomnia_
    @lofi_Insomnia_ 3 ปีที่แล้ว

    Saved my life, thanks!

  • @briepeterson9718
    @briepeterson9718 2 ปีที่แล้ว

    why can we only raise one thumb up??? 😂

  • @tilakbahadur9634
    @tilakbahadur9634 3 ปีที่แล้ว

    This version just for testing

  • @robertolinsoficial
    @robertolinsoficial ปีที่แล้ว

    Best explanation so far

  • @balasubramaniamv5807
    @balasubramaniamv5807 11 หลายเดือนก่อน

    thank you very much your video helped me to complete my task...expecting more video's from you....

    • @Mdbootstrap
      @Mdbootstrap  11 หลายเดือนก่อน

      Happy to help! We'll have some new content coming shortly (busy time for David right now, he just came back from vacation)

  • @sombatpan1675
    @sombatpan1675 2 ปีที่แล้ว

    How to make some columns big and some columns small?

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      You must use the appropriate grid classes. More on this topic can be found in the documentation -mdbootstrap.com/docs/standard/layout/grid/

  • @AllahomAnsorGaza
    @AllahomAnsorGaza 3 ปีที่แล้ว

    Please HELP HELP HELP
    How to import new colors and how to use THEM PLEASE

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Which colors do you mean? Theming? getbootstrap.com/docs/5.0/customize/color/#theme-colors

    • @AllahomAnsorGaza
      @AllahomAnsorGaza 3 ปีที่แล้ว

      @@Mdbootstrap yea how to import them i really dont know

  • @dinukachamod9038
    @dinukachamod9038 5 หลายเดือนก่อน

    best ❤

    • @Mdbootstrap
      @Mdbootstrap  5 หลายเดือนก่อน

      Happy to hear that! Thank You!
      Keep Coding :)

  • @anilaldtg3054
    @anilaldtg3054 4 ปีที่แล้ว

    i need 5 columns in bootstrap how to do please help me

    • @Mdbootstrap
      @Mdbootstrap  4 ปีที่แล้ว +1

      Use 5x col-2 and center it, it doesn't have to sum up to 12, it only cannot exceed 12 in total.

  • @leonardo123456692
    @leonardo123456692 2 ปีที่แล้ว

    Thank you! Great content and diction to explain, i've learned a lot! Greetings from Brazil! Have a great week

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว +1

      Glad you enjoyed it!

  • @davidgg8462
    @davidgg8462 2 ปีที่แล้ว

    super good

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว +1

      Thank you! Cheers!

  • @VelvetSage
    @VelvetSage 3 ปีที่แล้ว

    would've been cool if you provided a source of your grid example

    • @scott7385
      @scott7385 3 ปีที่แล้ว

      Right?! Like the style section which just magically popped up.

  • @ravindran9210
    @ravindran9210 2 ปีที่แล้ว

    Thanks you.. I am learning bootstrap so it's great help to me

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      Glad to hear that :)

  • @tumon001
    @tumon001 3 ปีที่แล้ว

    Thanks Dawud

  • @joshcollins9125
    @joshcollins9125 3 ปีที่แล้ว

    Have you made the second tutorial you mentioned?

    • @DawidAdach
      @DawidAdach 3 ปีที่แล้ว

      Yup, just check our channels videos : th-cam.com/users/mdbootstrap

  • @muhammadrifqy24
    @muhammadrifqy24 2 ปีที่แล้ว

    finally, my problem is solved

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      I'm glad you found this video useful :)

  • @ahmedel-hindawi9226
    @ahmedel-hindawi9226 3 ปีที่แล้ว

    in 13:50 you mentioned another tutorial
    Is it out yet? :(
    you really saved my life, thanks

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Yup th-cam.com/video/KVyEH1pIZkA/w-d-xo.html

    • @joshcollins9125
      @joshcollins9125 3 ปีที่แล้ว

      Sorry but I have the same question. Your link goes to a git tutorial. Did you upload the wrong link?

  • @lararawf6100
    @lararawf6100 3 ปีที่แล้ว

    God bless you

  • @forworkforwork967
    @forworkforwork967 3 ปีที่แล้ว

    what font (font size) and theme is used in vs code?

    • @Mdbootstrap
      @Mdbootstrap  3 ปีที่แล้ว

      Check this out: th-cam.com/video/fh97jo6Xur8/w-d-xo.html&ab_channel=MDB-justcodeit

  • @taxslasher
    @taxslasher 2 ปีที่แล้ว

    Nicely explained. Thank you.

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      Glad you liked it :)

  • @jurisamk
    @jurisamk 3 ปีที่แล้ว

    thanks!

  • @velmuruganr9321
    @velmuruganr9321 2 ปีที่แล้ว

    really thank you brother..

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      You are most welcome :)

  • @francksgenlecroyant
    @francksgenlecroyant 3 ปีที่แล้ว

    Thanks bro! you helped me!

  • @argedinopasoles
    @argedinopasoles 2 ปีที่แล้ว

    Awesome tutorial,thank you!

    • @Mdbootstrap
      @Mdbootstrap  2 ปีที่แล้ว

      Glad it was helpful!

  • @RaviTeja-ec7mf
    @RaviTeja-ec7mf 4 ปีที่แล้ว

    We are excepting examples

  • @rachanaa6745
    @rachanaa6745 3 ปีที่แล้ว

    amazing explanation in simple words. thank you sir !

  • @mahakal3800
    @mahakal3800 4 ปีที่แล้ว

    Hii

  • @ahmedyusuf4355
    @ahmedyusuf4355 2 ปีที่แล้ว

    i really love how you keep your tutorial simple..

  • @farmar4623
    @farmar4623 2 ปีที่แล้ว

    Helpful