Hey, I completed my first project on FreeCodeCamp and I would love some feedback from you guys, let me know what you guys think! Thanks!
Project: Tribute Page
Hey, I completed my first project on FreeCodeCamp and I would love some feedback from you guys, let me know what you guys think! Thanks!
Project: Tribute Page
good job!
I would increase overall font-size of your paragraphs for better readability.
Cheers
Your design looks beautiful…I would suggest to use a bit darker shade of grey for better legibility…rest is all great
Appreciate the Feedback,
I agree, I think I’ll keep playing around with the typography because I really wasn’t too satisfied with it. Thanks for your help!
Thanks for your feedback!!
What do you think of this? It’s good to get another set of eyes on it.
This looks perfect!
Great job bro on your tribute.
your tribute is awesome!!
Nice looking page, great job.
I would limit the width of the #tribute-info paragraph and maybe still bump up the font sizes by 2px. You might also try using justify on the tribute-info text.
body {
font-size: 18px;
}
#tribute-info {
font-size: 20px;
text-align: justify;
}
#tribute-info > p {
max-width: 1200px;
margin: 0 auto;
}