(My first codepen project) https://codepen.io/OriginalName/pen/QgppKy

Looking for general feedback on stuff I can add or improve on. Thanks in advance.

Hi! I checked your tribute page and i’ll liked to give you some tips to improve it :slight_smile:

*Remember that it is a good practice to separate the structural code from the visual, so put everything that is inside the style in the css tab

*Try to center your text to make it easier to read, and separate the importance of texts according to size

*If you want to use the same characteristic for many tags you can combine them to do it in a single line of code. Ej h1, h2, h3 { font-size: 50px;}

*All html must be within the tag body. Anyway, the body tag is not necesary in codepen

Sorry for my english, I hope it’s usefull to you! :sweat_smile:

Thank you for the feedback I will be sure to implement it in future projects. Your English is great btw.

1 Like