Project Review : Tribute Page

Hi guys,
this is my first project on fcc
please review and suggest some changes that I can do, to make this project good looking tribute page.

also suggest some external resources for learning Front-end web development…

Great work!
I’m also learning on https://www.w3schools.com/ and https://www.codecademy.com/

1 Like
  1. I would remove the margins from your p and add this to the #tribute-info. Makes it look better on smaller screen sizes.
#tribute-info {
  max-width: 80%;
  margin: 20px auto;
}
  1. You are missing the parent UL element for your LI's
1 Like

In fig caption there should be idol instead of idle. Also make project responsive. Rest of all looks good… :slight_smile:

1 Like

Yup !!!
@afandyng share your projects too, i would love to watch your work…

ohhh thanks for typo mistake correction.
Yes i will add bootstarp to it tomorrow

Thank you for your valuable feedback.
I will update it soon