Grid System In Bootstrap – Learning Bootstrap



https://i.ytimg.com/vi/7GIjMkZ7Wzc/hqdefault.jpg



Grid System In Bootstrap:
A Video on Grid System in Bootstrap, What it is and how it can be used?

Reference Links:
Bootstrap: http://getbootstrap.com

Follow us:
Twitter: https://twitter.com/WebDevMentors
Facebook: https://www.facebook.com/webdevmentors

Original source


20 responses to “Grid System In Bootstrap – Learning Bootstrap”

  1. I find your videos useful, but just for future reference – don't just do it that way! Don't sit in the browser explaining orally things. That doesn't work that way. Instead of talking about grid system you better show it! Just copy-paste code, show how it works and then explain.

  2. Hello everyone ! If you want to practice on the grid system try adding this to your CSS x)
    ——————————-[class*="col-"], footer {
      background-color: lightgreen;
      border: 2px solid black;
      border-radius: 6px;
      line-height: 40px;
      text-align: center;
    }
    body{
        margin: 20px;
    }—————————————-
    Best luck x)

  3. thanks for everything really i am studied from many youtubers in urdu language as iam pakistani and i know urdu but ican't understand anything from them but you are teaching in english and i don't know much english but your method is so good and thanks again

  4. Thank you for video lectures….i have not understood media queries… can be more specific….and a video involving demos all those media queries will be lot more help full…i am going through your videos..if they come in future dont reply for this comment.

  5. Thanks. I have a full hd smartphone (1080px width.) How does bootstrap know that it is supposed to use the xs class when im using my phone? It seems like it only decides the class depending on the screen size…

Leave a Reply