Create A Responsive Bootstrap Website From Scratch


[ad_1]
https://i.ytimg.com/vi/eIWRbvE1B2E/hqdefault.jpg



➢COMPLETE BOOTSTRAP UDEMY COURSE COUPONS:
https://w3newbie.com/udemy-coupons/
➢Tutorial Starter Files:
https://m.w3newbie.com/d/tutorial-24.zip

➢COMPLETE BOOTSTRAP UDEMY COURSE COUPONS:
https://w3newbie.com/udemy-coupons/

➢ SUSCRIBE: http://goo.gl/Y2rJSj
https://w3newbie

Version 4 Components:
https://getbootstrap.com/docs/4.0/components/
Version 3 Components:
https://getbootstrap.com/docs/3.3/components/

Original source


29 responses to “Create A Responsive Bootstrap Website From Scratch”

  1. Jesus this is such simple coding but I still dont get it. I was going to comment how unhelpful this was for me, but after seeing the other comments I realize its not the video. I just dont have the patients to do all the work of following the tutorial and I’m too lazy to learn how to do it on my own🤦🏼‍♂️

  2. thanks for this great tutorial, god bless you! i recommend to use VSCode with linters & live-preview!
    for those who have some problems with carousel, carousel prev – next button & hamburger menu: it helped me!
    copy paste this links in your <head> section instead of codes that shown on this tutorial:
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css"&gt;

    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script&gt;

    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script&gt;

  3. Thank you so much for this video my friend! Seriously, it was perfect! the speed was good, the examples were good, the content was good! and you have all the links in the description! 1000 thanks!!!

  4. Ok so I've spent like an hour trying to figure out why navbar didn't work on lower resolutions.
    Let me help you guys, there are few possibilities:

    1) Make sure that in <head> importing bootstrap.min.js comes AFTER jquery.min.js
    2) Make sure that data-target is referencing the id of navs div like so:
    <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#myNav">
    <div class="collapse navbar-collapse" id="myNav">

    3) If everything else fails and you start to doubt yourself and your programming future and when you finally come to the verge of giving up like I did, check for fucking spelling because after an hour of research, switching between browsers and Linux and Windows, it all came down to the fact that I spelled "data-toggle" with one g instead of two.

    Because of this kind of retarded mistakes we make, I think its better if you could share the final code in written form with us, so we can more easily check whats wrong.

Leave a Reply