Tribute page complete - could I please get some feedback?

Hi all,

I’ve just finished coding my tribute page for freecodecamp. If I could please get some feedback on the finished product that would be greatly appreciated!

Thanks :slight_smile:

Link: https://codepen.io/Fern444/pen/GjYzvb

Honestly, I like this loads better than mine. I couldn’t figure out how to get my ul centered the way I wanted. If anything, I would say that some space between the top div and the viewport would look nice. Maybe increase the top margin?

Thank you Brisam! Getting that ul centered took me ages -_-" in the end I just used padding on the left and right and justified the text. Happy with the final result though. Yes, I like your idea on the div and viewport, I might try and change that.

Thanks again for the feedback :slight_smile:

Looks Good! I had a hard time figuring out how to center the unordered lists but I was able to find a solution using bootstrap. You can use the ".col-md-offset-* " to offset the column to be centered. It will do the trick. You can find out more about it at http://getbootstrap.com/css/#grid

Hope this help

Hi Kaybee, thank you for the feedback, and also for that handy link! As I said, I used the padding option to get my ul centered, but I have to say, I like your solution more. It seems more efficient.

Much appreciated!