Incorporated within the starter template for Bootstrap CSS is the following inline snippet:
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
What are some practical considerations for including this style directly in the HTML code, instead of keeping it with the rest of the CSS rules in an external stylesheet?