My Personal Portfolio Challenge

I have completed the Project with the exception that I can not get the social icons center in the footer area. Any suggestions? i will also appreciate any comments or suggestions that you may have. https://codepen.io/jfkirkpatrick/full/rLoqOA or http://codepen.io/jfkirkpatrick/pen/rLoqOA (for code) Thx. John

1 Like

Your social icons aren’t centering because they are inside <div id="myFooterRight"> which is only half the width of the parent div. I would suggest putting another div below myFooterLeft and myFooterRight that spans the entire width of the parent and placing your “around the web” header element and the social icons UL element inside of it.

HTH