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

Responsive QR Code with Html and Css

@SudipKhatri036

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


Please Rate my practice work and give me feedback where i can fix things. Thanks!

Community feedback

Bader Idris 2,900

@Bader-Idris

Posted

You can set the container in the middle of the screen whatever user changes it when you add these properties to it in CSS:

.container {
  display: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

the new feature is transform, it has many lovely properties you can discover, I personally love it. Hope it's useful

Marked as helpful

1

@SudipKhatri036

Posted

@Bader-Idris Thank you I will use it in my next project .

1

@khushi0909

Posted

1)Read about h1 tag its the most important and every website should have atleast one https://www.semrush.com/blog/h1-tag/

2)responsiveness is handled ,that's great .

3)image doesn't seems to be center in your site, so you need to learn to center some ways are that you can read about - min height to be used in body read about translate property or marging auto properties

All the best

Marked as helpful

1

@SudipKhatri036

Posted

@khushi0909 Thank you for the feedback . I updated the site and make it center .

1

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