Portfolio code- Bootstrap

I’m trying to get to grips with bootstrap by building a personal portfolio webpage. How can I make the red text and the list central? I have tried margin: auto; but that doesn’t do anything. I’m sure bootstrap can help me but I’m not sure how to use it. Help? I want to keepo the width of the text as it is.

codepen: https://codepen.io/LinaSMilns/full/KgVbqP/

NB: It’s not beautiful! I will make it look lovely once I’ve got over this hurdle :slight_smile:

1 Like

Hi,

Not sure if you’ve already found what you were looking for, but you can make text red by applying the class “text-danger” to it (either in its existing

or whatever tag, or in a ).

For centering - you can use offset for positioning a div that surrounds your list. Though I’m sure there are other solutions.

http://codepen.io/annaqui/pen/KgzBjA