Please explain to me when to use the classes container
and row
. I\'m not sure because the documentation of Bootstrap is quite unclear about this pa
Class 'container' wraps the content within to center of view port. Entire content with in body tag can be placed in results the page displayed of specified width in center of page.
Class 'row' is used when you need to place content in columns with in a row, you can have upto 12 columns in total in each row.