Tribute Page: Will Smith

Hello every one!
I made tribute page for famous actor Will Smith.
This was my first project ever so i would like
too see your comments and criticism.
Thank you!

hello Ivan, I like the page. Well done! :thumbsup:

Just one thing : You can simply add the links to resouces used in your HTML section of the pen by clicking settings at the top (Settings —> Pen settings–> HTML/ Stuff for <head>) .

Thank you very much Azdrian! Thanks for the tip! :smiley:

Your welcome. :upside_down:

I would like to see more feedback, so i can use this information in future :smiley:

Good attempt.

Some time saving tips, instead of adding the font to all the sections you can add this:

h1, h2, h3 ,h4, h5, h6 {
font-family: Tangerine;
}
p {
font-family: “Ubuntu”, sans-serif;
margin-top: 20px;
margin: 0 auto;
width:300px;
text-align: justify;
}

Then anything you add in those tags will have that font styling, you can also add in other styling such as text alignment or text colors. Just make sure to remember to put all your paragraphs in p tags.

1 Like

Thanks badhoc for feedback!
Thanks for the tips also, it will save a lot of time and space! :smiley: