CSS Portfolio Question

I have a question.

In my pen, I want to know why my heading seems to have a border underneath it.
I don’t know why it is putting one there.

Thanks!!!

Its because you gave it the nav-tabs class.
Switch to the nav-pills class to get rid of it.

Or you can keep it and give the current tab a class="active"
This will make it show which tab you are on.
It won’t look right inside of the jumbo tag though.