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

Solution mobile and desktop utilisant un code QR designer

@Agraaa0006

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?

Je suis fière d'avoir pu arriver à bout de ce projet malgré mes difficultés.

What challenges did you encounter, and how did you overcome them?

J'ai eu quelques problèmes pour réadapter ma page selon la taille de la fenêtre. Pour cela j'ai fait des recherches approfondies sur CSS.

What specific areas of your project would you like help with?

J'ai appris que l'on pouvait créer un code QR avec du JavaScript mais je n'ai pas pu y arriver. Alors si quelqu'un pourrait m'aider à le faire j'en serai ravie.

Community feedback

@JoaoVPatricio

Posted

You can implement those lines in your code if you want:

Centralizing content:

body{
    display: flex;
    justify-content: center; 
    align-items: center;
    height: 100vh; /* fix heigth for height */
}

.container{
     display: flex; 
     justify-content: center;
}

Remove nav { margin-right: 5%; }

.fille { height: 30vh; } You can delete this line for less space between image and text, and add this line: h2 { margin-top: -15px } for even less space

Hope this helps!

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