Project 1 Tribute Page - Dieter Rams

Hi everyone! This is my first ever project and I would love to hear your feedback.

2 Likes

Hi, welcome to the forum! :smiley:

I like your page, it looks good and is responsive, also the code is really clean and easy to read :wink:

Just remember to include the test suite so that it is clear that all the user stories are fulfilled.

https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

Additionally you can always use codepen analyzer tool to find some small bugs in your code. At the moment there is one curly brace missing in the .description selector of your CSS.

Besides that I don’t see any issues, good job :wink:

1 Like

Hey @ezgihatipoglu,

welcome. Great work!
Looks good :+1:t2:

1 Like

Welcome to the forums @ezgihatipoglu. Your page looks good. Some thing to revisit;

  • Don’t use the <br> element to force line breaks or spacing. That’s what CSS is for.
1 Like