I am new to codding and now I created my first project on freecodecamp please give me feedback.
here is my tribute page first project, https://tolgit.github.io/freecodecamp1stproject/
in the version you submit to freecodecamp you should have the test suite with all tests passing
here you do not have the test suite, you should add it
how to add test suite brother?
don’t call me brother, please
you can add the script tags present in the codepen to your html, st the bottom of the body element
you shouldn’t add the body tags, those are already added in the background by codepen
1 Like
@solWeb, I took a brief look at your code.
- As suggested, include the test script when forking the pen (
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>). Your page passes 8/10 user stories. - For CSS, use external styling, not internal
- Do not use the
<br>element to force spacing. Same with using Use margin and/or padding in CSS
Please I don’t know why my text don’t pass 6 I think I have done everything right. Here is the link please help me out
https://codepen.io/holufhisaryor/pen/XWMaKZM
@holufhisaryor, this topic is over a year old and has been resolved. If you’re having an issue please open your own topic.