My Tribute Page on Ada Lovelace

First time, I lost it.

Here is my TP - a quick one just to pass which I did.
Thought it would be nice to share.
Whistle-stop tour only on Ada Lovelace

Hi @jaynemariacg !

Congrats on finishing your first project.

A couple of things.

You will need to verify your email with codepen so we can see the full view.

I would remove the bullet point from the list since you decided to center everything.

ul{
  list-style-type:none;
}

You have an error in your css. So maybe you meant pt or px.

  font-size: 30pts; 

Keep up the good work!

1 Like

Your page looks good @jaynemariacg. Some things to revisit;

  • Verify your email addr with codepen so we can see your pen full screen
  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • Codepen provides validators for HTML, CSS and JS. Click on the chevron in the upper right of each section and then click on the respective ‘Analyze’ link.
    • The one for CSS is good. Use it and address the issue(s).
    • (The one for HTML misses things which is why I recommend W3C)
1 Like

Thanks so much! I meant to write pt! Will verify.

Thanks for that and I will.

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