Bootstrap 5 Crash Course Tutorial #6 - Containers

Sdílet
Vložit
  • čas přidán 17. 06. 2021
  • Learn how to use containers in this Bootstrap 5 tutorial.
    🐱‍👤 View this course in full now - without ads - on Net Ninja Pro:
    netninja.dev/p/bootstrap-5-cr...
    🐱‍💻 Access the course files on GitHub:
    github.com/iamshaunjp/bootstr...
    🐱‍💻 HTML & CSS Crash Course:
    • HTML & CSS Crash Cours...
    🐱‍💻 Node.js Crash Course:
    • Node JS Tutorial for B...
    🐱‍💻 SASS Crash Course:
    • SASS Tutorial #1 - Wha...
    🐱‍💻 VS Code - code.visualstudio.com/
    🐱‍💻 Bootstrap 5 Docs - getbootstrap.com/docs/5.0/get...
    🐱‍💻 Social Links:
    Facebook - / thenetninjauk
    Twitter - / thenetninjauk
    Instagram - / thenetninja

Komentáře • 48

  • @AlexarionBeatbox
    @AlexarionBeatbox Před 2 lety +36

    I feel bad not paying you for this amount of information man. I've started watching this course and some others and I gotta say. You're my new programming mate for some years.

    • @joaoluis3042
      @joaoluis3042 Před rokem +6

      You can give some money here in the button thanks 🙂

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

      @@joaoluis3042 LMO!! You are one of most powerful event handlers I've ever witnessed.

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

      1.47M subscribers. He's hardly doing this out of charity now is he.

  • @mostinho7
    @mostinho7 Před rokem +3

    Done thanks!
    Different container sizes, the larger the container, the more it stays 100% as you go from small screen size to large.

  • @matiasjaliff3243
    @matiasjaliff3243 Před 2 lety +2

    Crystal clear. Thanks!!

  • @ahmadalharbi9097
    @ahmadalharbi9097 Před 3 lety +4

    Just finished the course on ninja pro .. thank you Shaun

  • @ImGodTheMaryBanger
    @ImGodTheMaryBanger Před 2 lety +2

    Great videos! I'm excited to start using bootstrap 😎

  • @nipunsamantha
    @nipunsamantha Před rokem +2

    The Best Bootstrap video series on youtube.I have watched several courses on the youtube but out of them this is the best one

    • @NetNinja
      @NetNinja  Před rokem +2

      Thanks nipun!

    • @nipunsamantha
      @nipunsamantha Před rokem +1

      @@NetNinja if you can open a Patreon account on this channel, there will be lot of students of who will join

  • @tektektuktuk4086
    @tektektuktuk4086 Před rokem

    Best Bootstrap Course in youtube!

  • @maximood-tired
    @maximood-tired Před 9 měsíci

    very good tutorial, thank you

  • @sasinduadithya6245
    @sasinduadithya6245 Před rokem +1

    Nice Expressions,

  • @muhammedozalp
    @muhammedozalp Před 2 lety

    Thank you

  • @hamzehqatash6256
    @hamzehqatash6256 Před 2 lety

    Thanks a lot ^-^

  • @ilya_123__
    @ilya_123__ Před 4 měsíci

    thank you

  • @codedjango
    @codedjango Před 3 lety +12

    Please do cover sidebar too...this is 1 topic that everybody skips...hope you won't 🙏🙏

    • @NetNinja
      @NetNinja  Před 3 lety +10

      I will be doing, later in the series :)

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

    thank you very much

  • @user-bl6mp9pe8b
    @user-bl6mp9pe8b Před 9 měsíci

    Great Video

  • @machmeter1018
    @machmeter1018 Před rokem +1

  • @5ashll303
    @5ashll303 Před rokem +2

    can you apply affects to the container? as in changing it's colour? and is there a way to add a border to it?

  • @botanicalbiohacker
    @botanicalbiohacker Před 11 měsíci

    Brilliant stuff, but flummoxed by adding an image. Just have an empty placeholder. Don't know how to fix.

  • @john_yeager
    @john_yeager Před 2 lety

    bootstrap or pure css with grid ?🤔

  • @HoudinifyThisMotha
    @HoudinifyThisMotha Před rokem

    Great video, thx!
    Can someone tell me how to put 3 equal containers side-by-side? I cant for the life of me figure it out.

  • @remember.772
    @remember.772 Před 3 měsíci

    The container xl is not working the same as u

  • @earl5270
    @earl5270 Před 2 lety

    I'd rather use plain CSS. This is too confusing for kr

  • @user-im8dp6kv5f
    @user-im8dp6kv5f Před 7 měsíci

    don't even help me this video :(

  • @ihsannuruliman3656
    @ihsannuruliman3656 Před 3 lety +3

    I've learnt about Bootstrap and used it but still don't get why this framework is so popular. It covers basic stuff that actually CSS can handle it very easily and with more control. Can you please explain why we really should be using it?

    • @w0mblemania
      @w0mblemania Před 2 lety +3

      There are many reasons, but the main ones are:
      - a framework allows you to concentrate on the design, instead of the implementation. It's a higher way of working which emphasises the use and reuse of "primitives" (components) instead of excessive customisation.
      - it reduces a lot of the boilerplate you have to write and maintain.
      - the code gets battle tested by other guinea pigs, saving you time and grief.
      - the framework provides new HTML/CSS features even on older browsers, through backward compatibility
      Cheers.

    • @ihsannuruliman3656
      @ihsannuruliman3656 Před 2 lety

      @@w0mblemania I think u misinterpreted what I meant. I didn't argue against css framework, but I argued against Bootstrap. There are some frameworks that are powerful actually like Tailwind and Material UI which offer the points you raised and at the same time offer full control over the user. That doesn't happen in Bootstrap it's very limited and actually a lot of the stuff can be done easily with vanilla css.

    • @williamsenior717
      @williamsenior717 Před 2 lety +7

      1) a lot of people pretend to understand css but end up producing horrible looking results, bootstrap resolves that ,anyone can download a template and produce a very good looking website in no time.
      2) Simply put, a lot of people hate css and are happy to use a framework like bootstrap.
      3) companies want consistency, and code that can be easily understood and maintained by any developper ,they dont want , everyone to leave behind their own little ambitious custom codes that is hard to understand and most of the time unmaintainable.

    • @ihsannuruliman3656
      @ihsannuruliman3656 Před 2 lety

      @@williamsenior717 again, you're just repeating the misunderstanding of my arguments

    • @williamsenior717
      @williamsenior717 Před 2 lety +3

      @@ihsannuruliman3656 then your question is not clear or you asked the wrong question , read back your own question . people cant respond to what you are thinking , put it in clear plain english words