Needing feedback on my tribute page

I think your code looks good.

The only suggestion to work on for future projects is to cut down on some of the repetition in your code.

For example, you use this a lot.

  font-family: 'Open Sans';

It would be better to create classes for a specific set of styles and then apply the class name to the html elements.
That way you don’t have to keep writing over and over again in your css.

1 Like

I moved this post to the #project-feedback section.

1 Like

Thank you for your feedback. Appreciated! :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.