Tribute page-project

Hey everyone!! I just wanted to tell you that I just finish my Tribute Page-Project I have made some updates!! It will be pleasure for me If you watch it and make a comment that you can tell me if you like or not.Also If you find mistakes you can tell.I am here to learn
https://codepen.io/shreyasipatil/full/LKoVKM

1 Like

The link gives me a 404 error. :thinking:

@cryptographicfool thanks for informing
https://codepen.io/shreyasipatil/full/LKoVKM

Hi @kyra, it’s a nice looking page. Some things you may want to revisit;

  • codepen 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 the <head> click on the ‘Settings’ button and add it into the ‘Stuff for <head>’ box.
    • (since the <body> tags aren’t needed in codepen, neither are the ``` tags.
  • keep the script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>) Your page passes 6/10 user stories.
  • codepen provides validators for HTML, CSS and JS. Click on the down arrow in the upper right of each section and then click on the respective ‘Analyze’ link. You have some things to clean up in CSS and HTML.
1 Like

It’s a good start But there are some things that you may want to improve them:

-the background color of the header doesn’t match the body color and also the p background.
-you may wanna make the image in the center instead of keeping it on the left so that the layout can be more suitable.
-The footer also would be better if it was in the center and has his own margin and background color

1 Like