New tribute page #1

Hi everyone,
I’m learning coding just for a week and now I’m working on my tribute page. I have a problem with the second bread picture is not in the right place and I do not know what to do. When the screen is small it is ok, but when I wide it the bread picture is in the footer section.
The second problem is the footer. I do not know how to center the text.
I would be very happy if someone told me what to do.
(I’m sorry if there are some mistakes in the text, I’m do not speak English very well)
https://codepen.io/Hanka007/pen/KKNZwJy?editors=1100
P.S. Do not mind the text, it stupid but I was just having fun :sweat_smile:

Don’t know if its best for you but i wrapped your info and image in a div that I gave id x and these are the changes that I made to your css:

CSS

#info {
  font-size: 18px;
  max-width: 80%
    
}
#x{
  padding-bottom: 2% ;
}

Thank you, I will try it.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.