Tribute Page: Into the Universe

Hi Dear Campers!

Just finished my Tribute page. Will be very appreciated for all feedback.

Thanks!

Roman

Hi

CSSlinter:
This code is not correct:
(Expected (left | right | none | inherit) but found ‘center’)

.text-center{
  float: center;
}

MDN documentation:

Values

  • left Is a keyword indicating that the element must float on the left side of its containing block.
  • right Is a keyword indicating that the element must float on the right side of its containing block.
  • none Is a keyword indicating that the element must not float.

Html inspector:

  • The ‘alt’ attribute is required for <img> elements.
  • The <p> element cannot be a child of the <ul> element

MDN documentation:

Permitted content
zero or more <li> elements, eventually mixed with <ol> and <ul> elements.

Permitted content
Flow content.

Cheers and happy coding :slight_smile:

Thank you so much for your feedback!
I’ll fix it.

1 Like