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 Reader by hayam4k3r

#foundation#materialize-css
Hayamaker 10

@Hayamaker

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


First time building a project in Frontend Mentor!! I learned a lot about how margins and paddings worked, how shadow boxes were implemented, how websites were deployed and many more. Quite excited to build more projects from here!

Community feedback

Eray 1,410

@ErayBarslan

Posted

Hey there, amazing work as your first challenge! Instead of margin you can center you card by the help of flex:

html {
  height: 100%;
}

body {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

Also I see you're trying to deploy your site using github-pages. Simply change your html file name to index.html because pages looks for an index to run the site. Try it out then your site should be deployed with no issues. Hope these helps and happy coding :)

Marked as helpful

1

Hayamaker 10

@Hayamaker

Posted

@ErayBarslan thanks a lot! appreciate it!!

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