Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Qr Code Web Challenge

LUCKYINS 30

@LUCKYINS

Desktop design screenshot for the QR code component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


What are you most proud of, and what would you do differently next time?

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

Daniel 🛸 44,230

@danielmrz-dev

Posted

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 or margins 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

@Neutrocoder

Posted

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 GitHub
Discord logo

Join 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