Hi all I just Finished my tribute page please tell me what you think. Thanks all
Hi @KevinRJSmith !
Welcome to the forum!
I think your page looks good.
A few things.
For smaller screens, there is a little bit of a horizontal scrollbar. I would work on responsiveness.
Review the lesson on give link meaningful names. Click here is not that accessible. https://www.freecodecamp.org/learn/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text
There are a couple of errors in your html. Run your code through the validator. https://validator.w3.org/
You can remove these empty blocks in your css since you are not using them.
#title {
}
#img-div {
}
Hope that helps!
Hello @jwilkins.oboe I really appreciate you taking a look and welcoming me.
I’ve made the changes I hope it looks better.