FernOfTheAndes
FernOfTheAndes

Reputation: 5015

bootstrap example for spans does not show correctly

I have installed bootstrap and followed the get started directions. I created some buttons and they work. But any of the span instructions do not work. It seems to be ignored by the browsers.

I tried the fiddle at .../MgcDU/3107/ as a double-check and lo and behold, the spans don't show up right for me. All divs span the entire screen width and are flushed to the left.

Upvotes: 1

Views: 56

Answers (1)

Carol Skelly
Carol Skelly

Reputation: 362360

Your fiddle is not pointing to the correct 'bootstrap.css' location.

Use Bootply instead: http://bootply.com/86845 (this includes Bootstrap)

Or, you can reference the appropriate Bootstrap version on Bootstrap CDN: http://www.bootstrapcdn.com/

Upvotes: 1

Related Questions