Some feedback for my Tribute Page!

Hi!

I would like to get feedback for my Tribute Page. Tribute Pag

Many thanks :slight_smile:

1 Like

Done :white_check_mark:

Hey @Dianac182!

Your page looks great!
I ran your code through the html and css analyzer and there a few small errors that need fixing. Also you could try adding a smooth scroll feature to your page if you like.

html {
 scroll-behavior:smooth;
}

Hope that helps!

Happy coding!