Ive been using bootstrap for a few months and am looking to clarify something as part of best practices.
My question is do I create a container for each row or just
I would recommend the second example. In the first you have duplicate code wich makes no real sense. Always think about the principle "Don't repeat yourself".