Bootstrap columns don't work

Hi

I’m working on the Build a Tribute Page challenge but struggle with columns. I simply don’t understand why the two columns I created in the second row don’t work.

My goal is to have the list on the left and the button on the right of the page but they show up under each other.

Thanks for your help

Codepen changed the default version of Bootstrap to 4.0.0-alpha.6. Bootstrap 4 has some breaking changes in the grid system. If you change the link to Bootstrap 3, everything should work fine.

Link: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css or get any version you want here.

1 Like

That worked, thanks :slight_smile: