Hi guys, this is my first project. Any feedback would be much appreciated

Welldone and keep up the good work,but there are some things that need to be corrected.
1.I think the history of Sir Alexander Fleming should go to the left side not the middle
thanks for the feedback
You are very much welcome
Hey there! It looks great! The only thing I might change is the color of the Wikipedia hyperlink. It doesnât fit well with the rest of your color scheme.
Good point. Thanks for the feedback
Well done, I like the colors you choose. I think the history can stay in the center. Some small details: The heading " Here is a Timeline of Sir Flemingâs Life" definitely is too close to the picture and too far away from the text, it belongs to. Try text-align: center; for the history, maybe it looks better. I also agree, that the link should be in the dark blue you used elsewhere, to harmonize more. Try to make the fig-caption a little smaller and italic, maybe. I catched a typo: it is Wikipedia, not wikepedia That´s all. Keep having fun coding and see you in the next project ! (I also just completed my first tribute page).
I didnât even see the typo! Thanks so much for the feedback and happy coding!
You are welcome and thank you!
Welcome to the forums @Rashmi_Rajah. Your page looks good. 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.
body
element. You have elements outside of it.style
tags in the CSS section of codepen. It will give you problems.
style
element is only used when doing internal styling in HTML. Since all styling should be external thereâs no need from them.