Completed Challenge: Tribute Page to Henry David Thoreau

Completed my first webpage! Please, take a look. I kept it simple, so I can move on to the profile project, but I am happy with the finished product. :slight_smile:

Thank you,
Megan

There is alot of extra stuff that you could clean to make it better when it comes to the css. Just at a glance I found these.

Ex.1 css for classes you never use

img.displayed2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

Ex.2a classes with same css

div.container5 {
  text-align : left;
  font-family: Times;
  font-size  : 18pt;
  color      : rgb(45, 180, 200);
}
div.container7 {
  text-align : left;
  font-family: Times;
  font-size  : 18pt;
  color      : rgb(45, 180, 200);
}

Ex.2b classes with same css

div.container6 {
text-align : left;
font-family: Arial;
font-size : 12pt;
color : rgb(0, 0, 0);
}
div.container8 {
text-align : left;
font-family: Arial;
color : rgb(0, 0, 0);
font-size : 12pt;
}

Ex.2c classes with same css

div.container11 {
border : 5px solid #665544;
overflow: auto;
width : 100%;
}

div.container12 {
border : 5px solid #665544;
overflow: auto;
width : 100%;
}

Thank you, marzdor and randelldawson for taking time to provide feedback. I appreciate the time you took to respond, and I do agree with your criticism. Thank you for giving me tips to improve. :pray::raised_hands:. Will make some changes and repost. :slightly_smiling_face:

I have made serious changes to tribute page from first try.
Please, take a look to review my clean up and additions.

Feeling more confident, so moving on to the portfolio challenge. Thanks again for the great initial feedback!

Megan