Adriano• 37,810
@AdrianoEscarabote
Posted
Hello everything is fine?
I looked at your project here and saw that it is not centered, but I have a tip for you about this:
1- body { display: flex; justify-content: center; align-content: center; align-items: center; min height: 100vh; }
By adding this code to your project, our main
tag will be centered.
Hope it helps... 👍
Marked as helpful
1