My first project Tribute Page, appreciate any feedback

It took me a while to complete this. Appreciated if you can give me any feedback.
Thank you!

https://codepen.io/sausagefist/pen/XWXbxvb

@sausagefist, good work, it’s looking fine.

I checked your code, since this is your first project hope you will do better in the next projects.

However, I found that you are using media and justified text, but in small devices your text are not being justified. You can solve this copying same media codes in your css, and then just change here min to max. You are using min-width, in the new set of media you’ll use max-width.

Then you can check the result at your end.

Thank you.

1 Like

I am still struggling with that. Any help?

Welcome to the forums @sausagefist. Page looks good. Some things to revisit;

  • Verify your email addr with codepen so people can see your page full view
  • Run your HTML code through the W3C validator.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
    • There are HTML coding errors you should address.
  • Review the lesson about giving meaningful text to links.
1 Like

@H11-hussein, if you’re having a problem open your own topic. Be sure and thoroughly describe what you’re having a problem with and be sure and provide a link to your pen so that others may help you.

Thank you everyone for your feedback. The W3C validator is a really good way to check my code.