Hi everyone! This is my first ever project and I would love to hear your feedback.
2 Likes
Hi, welcome to the forum!
I like your page, it looks good and is responsive, also the code is really clean and easy to read
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
1 Like
Hey @ezgihatipoglu,
welcome. Great work!
Looks good
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