Bootstrap help please

im still getting the red x on:
Each of your Bootstrap buttons should be nested within its own div element with the class col-xs-4.
CAn someone tell me where i went wrong?

You need a “>” after “row”.

1 Like

-close the opening div tag on line37 like …div class=“row”>
-I am not sure what the closing div tag on 40 is trying to close, I don’t think you need it, but can’t be sure without looking at the rest of your code
close opening div tags in lines 41-43 like <div class=“col-xs-4”>.