But I am not really sure whether the idea is that I put one <div class="container"> around my whole page, or whether I should nest them. I think I see both in various examples.
But I am not really sure whether the idea is that I put one
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’ve been trying to figure out the same thing — I think the idea is that
.containeris intended to be a fixed width div — 940px in the default css — whereas.container-fluidis, well, fluid. At least that’s what I’ve sussed from looking at the css and the (sparse) documentation.