Constructive criticism wanted

Please I want feedback on this site. Can anybody help? Thanks in advance.

Tribute page

Your tribute page looks good and is nicely responsive!

1 Like

@ComposingCode agreed. The only thing I can find is that I don’t think the image needs a border. Other than that, great job.

1 Like

Yep, looks better without the border. Thanx

1 Like

I would suggest removing the body margin on smaller screens (media query’s).

Try adding:

.container {
  box-shadow: 2px 2px 5px;
}

To your css.

1 Like