My Second Tribute Page

Hi All,

I recently restarted FCC. My tribute page is here:

Project link- http://codepen.io/wrshif/pen/GjjPYr

I welcome all feedback, but I have some specific questions as well:

  1. How do I center UL and LI elements simply? I used something that I found on stack exchange, but I’m not sure it’s the right way.

  2. How can I make my picture expand to the top and sides of the well / thumbnail / whatever it’s in?

3.) How can I make the text more uniform along the sides so that each line of text in large blocks of text is approximately the same length?

4.) How can I add a space without content or text between two elements?

Thanks in advance and happy coding.

Hi

Centering in CSS: A Complete Guide | CSS-Tricks - CSS-Tricks :

You can center a block-level element by giving it margin-left and margin-right of auto (and it has a set width, otherwise it would be full width and wouldn’t need centering).

Class thumbnail has padding: 4px;
Class thumbnail width != image width (the difference is the white left-right border)

Cheers and happy coding :slight_smile: