See the Pen portfolio page by Hunter (@HunterLT) on CodePen.
no matter how I arrange the columns in the row under Portfolio, the top right object is shifted down.
See the Pen portfolio page by Hunter (@HunterLT) on CodePen.
no matter how I arrange the columns in the row under Portfolio, the top right object is shifted down.
You have two issues:
#1) You are missing the word “div” in the second line of the following code:
<div class="row">
< class="col-xs-12">
<div id="div1">
<h1 class="text-center">Hunter Thurmond</h1>
#2) When I was trying to asses if you were missing any tags, I clicked Tidy HTML using the dropdown menu in the upper right-hand corner of the Codepen HTML module. When I did this, it must have corrected something and it appears to work now.