Tribute page - first project ever

Hi,
Finally finished my first project and need your opinion! Please take a look and give some feedback,
thank you :slight_smile:

https://codepen.io/kattty/full/oRWWVW

1 Like

It looks good @Kate4.
My only feedback is that you’re using in-line styling for two of your paragraph elements and for one of your header elements. That styling should be done in CSS.
Also, try to not use the <br> element. You can add margin or padding in CSS instead.

1 Like

Thanks a lot for advise, it makes sense))

congrats on completing your first project! Other than doing your styling in CSS like Kate mentioned I think you did great.

Thank you so much :slight_smile:

Looks great! You a sucker for text-shadow’s on headers, too? :stuck_out_tongue:

didn’t know what to come up with for that header, really =)

You did an awesome job :ok_hand::clap:

Congratulations on completing your first project. You did well. Just to add my 2 cents, I think you should use heading tags (h1-h6) for headings. eg (h4 on Some statistics), just to show its a heading for the underneath list. Or maybe make the text bold instead

1 Like

Ok, thanks for feedback)

Good work the page is clean and neat, I think you just need to add line-height property in CSS to make the text a little bit clear :slight_smile:

1 Like