Please help me with my FCC Tribute Page

Tell us what’s happening:
I don’t have any experience with programming before, so I don’t know if my code is good or bad. Please give me advice on how I can make my code better. Thanks!

Your code so far
https://codepen.io/puddingpancake/pen/wvzzYPa

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

Hi, Your Tribute page is really awesome.

Your code is also clean and easy to read.

And in my own opinion, in your CSS, I think the

padding-bottom: 500px

in your #main is too big.


I think

padding-bottom: 100px; 

is good.

Keep it up, you are doing awesome. Happy coding.

1 Like

Thank you for the advice! I’ll go change it right away.