Question about bootstrap offset class issue

Hello. I have been learning bootstrap and trying some examples with the offset class. Using the same code in two different environments I am getting different output in the different environments. Can anyone explain why this is? Here are the links 1.) https://www.w3schools.com/bootstrap/tryit.asp?filename=trybs_grid_ex8&stacked=h and 2.) http://codepen.io/dmac0505/pen/qrEdJm/ Thanks

You added bootstrap-theme instead of the core bootstrap.

Instead of: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap-theme.css you need: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css

duh! thanks so much :slight_smile: