Tribute Page about Nicola Tesla

Hi Guys! I’ve just finished my first project. I wanna hear what do you think about it. Maybe you have some tips or advices for me. Thanks for checking :wink:
Tribute page-Nicola Tesla

1 Like

Hi @Pirate_Rabbit!

Welcome to the forum!

A few things.

  • For the certification projects, you need to have all of the tests passing. Please keep the test suite in the page for submission. <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>. Right now you only have one of the tests passing.

  • You have a few errors in your html that need your attention. Run your code through the w3 html validator to find and fix those issues. https://validator.w3.org/#validate_by_input You can ignore the message about having a doctype since that is not required for codepen.

  • You have one error in your css.

inv-img {
grid-area: inv-img;
}
  • Your image is not showing up. I would check to see if the url is working.

Hope that helps!

1 Like

Hey @Pirate_Rabbit!

It looks good on full page view (large screen), but if you decrease the view width, all the elements overlap each other. So you need to work on making it responsive.

If I were you, I would use a simpler layout for the first project. Maybe the float layout instead of the grid layout.

Hi @Pejman ! Thanks for commenting :smiley: I know that writing media queries is really important. I admit, i was too lazy to do this ,beacuse of the time spent on making the page, but i’m gonna work on that soon. :wink:

1 Like

Thanks a lot for your feedback, i really appreciate that :smiley: