Check Out My first Tribute Page

Hi so i just did my first tribute page for the certification project and i need someone who has experience to check it out ,point out and give me any tips so i can become better thank you.

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

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

Challenge: Build a Tribute Page

Link to the challenge:

HI @ArcaniDFG !

Please provide your code so we can provide you with feedback.

For feedback, I would suggest creating a free codepen account and placing your code in there and sharing the link with us.

That will make it easy to provide feedback.

1 Like

Hello @jwilkins.oboe

I just made the codepen here is the link

I think your page looks good.

A few thoughts from me

I would go over this lesson on giving linking meaningful names.

Wikipedia entry is not that accesibile of a link name.

There are certiain places where yo ucan use the padding shorthand property, like here

  padding-left:5vw;
  padding-right:5vw;
  padding-top:1vw;
  padding-bottom:1vw; 

padding:1 vw 5vw;

Hope that helps!

1 Like

Wow Thank You very Much i totaly forgot about the padding shorthand property.

Hello @ArcaniDFG

Great job! The page looks great! You have a good eye for color scheme and style. Nice use of id and class in the HTML to utilize in your CSS.

Check out https://validator.w3.org/ and The W3C CSS Validation Service. These sites let you run your HTML/CSS through and will find any little errors (there are just a few).

Keep on truckin!

1 Like

thank you very much @MoxElliot.
Will check them out

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.