Tribute page (Challenge Completed!)

Hello, Campers! :slight_smile:

Finally…After working on this project for 3 days, :sweat_smile: I finally completed it as a beginner Web Developer. Now as I completed it I feel very much happy by seeing it again and again. :stuck_out_tongue_winking_eye: I love it! I want to know your thoughts about it. I would appreciate any feedback, good or back. Here is the link to my Tribute Page:

Tribute Page

3 Likes

user interface is good ,attractive.
keep it up.

1 Like

THANKS YOU!! :heart:

Your page looks good @Wahab. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>).
    • The test script should be included, with all tests passing, when you submit your project.
  • When using codepen it only expects the code you’d put within the <body> </body> tags in HTML. (No need to include the body tags). For anything you want to add to <head> click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.
    • The link to your font would go in the box labeled ‘Stuff for <head>’
    • I mention this mainly because you have a lot of the boilerplate tags out of place. Since codepen provides the boilerplate for you, just link your fonts in the 'Stuff for <head>’ box and add the elements that belong between the <body> tags
1 Like

Thanks! I completed this project in ATOM and then pasted it in code.pen. Because I do not like working in code.pen, I did not know its features, but now you told me so thanks I will fix these problems :heart: :slight_smile:

Don’t use the <br> tag to force spacing or line breaks. Use margin and/or padding in CSS.

1 Like