@blue-knight99Submitted over 1 year ago
The center issue was solved
The center issue was solved
Hello ! Good job for your solution :)
Concerning your problem about the center of your component, you can put into <body> with CSS :
Moreover, delete "margin-top: 5%" from <main> to have a perfectly centered component.
Finally, I have noticed that your <header> (the main text of the card) and in particular his content (so <p> with "Improve your front-end ...") is not centered. To fix this, you can put into <p> : "text-align: center".
I hope that my message will help you, so tell me if it works or if you still need help :)