I cannot get the my text lined up in a row in bootstrap

I've been trying to get these rows to work in code pen all morning, but it keeps stacking my words in a column. The words :"Words go here" should be next to each other in a row. Thanks so much in advance!

Here’s the code so far:

<link href="https://fonts.googleapis.com/css?family=Bangers" rel="stylesheet">

<!--
Start of Picture and title
-->


  <h1 >Jack Kirby - The King of Comics</h1>
  
  <div align="middle">
  <img src="https://upload.wikimedia.org/wikipedia/commons/a/a0/Jack-Kirby_art-of-jack-kirby_wyman-skaar.jpg" class="resizeimg"   alt="Jack Kirby - The King of Comics">
 </div>   
   <!--End of Picture and Title
-->


 
  
  <div class="row">
    
  <div class="col-xs-4">Words</div>
    
    <div class="col-xs-4">go</div>
    
 <div class="col-xs-4">here</div>
    
  </div> 
</div>

  
  
 </div>

Could you please post a link to your CodePen instead?

1 Like

and did you include bootstrap library in settings?

1 Like

Mike,

That was it!! I was going nuts. I set it the other day in a different Pen and forgot to set it for this one. Thanks so much!!!

Portable,

Thanks so much for offering, but Mike reminded me to reset bootstrap in the settings!

God Bless, my friend!

Elmo