Hi!
This is my very first project in free Code Camp. Here is my Tribute Page https://codepen.io/tamoria/pen/JjERxLJ . Looking forward to the feedback and learning so much more.
Hi!
This is my very first project in free Code Camp. Here is my Tribute Page https://codepen.io/tamoria/pen/JjERxLJ . Looking forward to the feedback and learning so much more.
Hi @tkpraylow2 !
Welcome to the forum!
I think your page looks good.
I would suggest reviewing the lesson on giving links meaningful names.
Wikipedia page is not that accessible.
You have a few errors in your html.
Run your code through the html validator
You can ignore the messages for the doctype and head since that is not required for codepen.
You have an empty block in your css that you are not using.
@media (max-width: 460px) {
#main {
}
}
Keep up the good work!
Welcome to the forums @tkpraylow2. Your page looks good. Some things to revisit;
Glad to be here. Thank you so much for the feedback. Changes made.
So glad to be here. Thank you very much for the feedback. Making the changes now.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.