Design comparison
Solution retrospective
I'm Proud of that, I was able to make the website compatible with big and mini screens, and i wish to know better how to control the display.
What challenges did you encounter, and how did you overcome them?Making the website compabatible with phones. and erasing the extra white space.
What specific areas of your project would you like help with?I could not manage the display, i wasn't able to erase the extra white space.
Community feedback
- @danielmrz-devPosted 7 months ago
Hello, @ABCODIN!
Your project is looking fantastic!
I'd like to suggest a way to make it even better:
In order to position an element at the center of the page both vertically and horizontally, you can't forget
min-height: 100vh;
.📌 Apply this CSS to the body (avoid using
position
ormargins
in order to work correctly):body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
I hope you find this helpful!
Keep up the excellent work!
0 - @NeutrocoderPosted 7 months ago
creo que hablas que no pudiste quitar el espacio en blanco eso debe al .atriuttion que vienen por defecto en el proyecto yo las omito para dar un mayor resultado pero ya es a criterio de cada developer
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord