Tribute Page: Feedback & Help

Hi! I’m in the midst of completing my project and need some feedback. Also, I’m having some problem with my divs; they are overlapping.

If anyone could help, that would be great! Been stuck at this problem for days now :frowning:

Hey

I think it is one of your css rules that is causing the issue:

#pm{
  text-align:left;
  padding: 10px 20px 10px 20px;
  max-width:320px;
/*   float:left;  if you comment out or remove this rule your elements stack as expected*/
  background-color: #FFB6C1;
}

Hope that helps :slight_smile:

  1. Alignment of div should be center
  2. <h1> tag is not responsive
  3. Increase margin-inline-start
    Rest all looks good :slight_smile: