Hi All,
First time learning HTML and CSS and loving it.
Check out my tribute page and let me know what you think.
Thanks
Hi All,
First time learning HTML and CSS and loving it.
Check out my tribute page and let me know what you think.
Thanks
Your page looks good @ysingch. Some things to revisit;
body
element in HTML. (No need to include the body
tags). For anything you want to add to the <head>
element click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
strong
elements around the dates but the dates are not bold. This is because when you link
ed the font you selected two light weights. You should also include a heavier bold weight (700).#main
on smaller screens@Roma Thank you for your quick, and super helpful feedback! I really appreciate it. Will fix all issues and update the link.
Very good project @ysingch. I like it. Itâs simple and I really like the color. But, itâs not responsive!
Hi @Roma
The updated page can be viewed here
Iâve updated the following items,
I updated the wiki link text to: âher wikipedia pageâ instead of âwikipediaâ. But I am not sure if thatâs accessible enough. The FCC example uses âwikipedia entryâ as the text for link. What do you think?
Your page looks good @ysingch. Things to clear up;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
FCCâs sample page is not accessible either. The example pages are just guides on one way to do the project.
That is why I included the links to read.
Good job!
Thanks again! That makes sense.