Recently, I started diving into the world of Bootstrap. While playing around with some code to create rows resembling a table, I noticed an issue. When I loaded the code in my browser, the margins of the rows appeared off-screen. Take a look at this simple 'Hello World' code snippet below on JS Fiddle.
<div class="row">Hello World!</div>
Any insights into why the text is starting from behind the margins? A detailed explanation would be greatly appreciated.