First project, cannot center element

Hello Campers! This is my first project the Tribute Page. I was trying to center the element. I tried, justify-content: center; and justify-items: center; as well but these would not work. I just insert a margin-left to do it but there has to be an easier way right? Here is my project! Any help would be appreciated! Thank you

https://codepen.io/alan-ochoa/pen/GRpgoYb

You need to be specific about what which element you want to center. You can’t just use justify-content and justify-items to center elements. They are mostly used with display :grid and display: flex.

1 Like

Ahh that’s what i was afraid of… okay thank you Nibble!

1 Like