Label Bootstrap Wells

For the sake of clarity, let's label both of our wells with their ids.

Above your left-well, inside its col-xs-6 div element, add an h4 element with the text #left-well.

Above your right-well, inside its col-xs-6 div element, add an h4 element with the text #right-well.

Tests

  • Waiting: 1. You should add an h4 element to each of your <div class="col-xs-6"> elements.
  • Waiting: 2. One h4 element should have the text #left-well.
  • Waiting: 3. One h4 element should have the text #right-well.
  • Waiting: 4. All of your h4 elements should have closing tags.
/**
* Your test output will go here
*/