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 Static Webpage Using HTML and CSS

@kylemontrinit

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 wanted to practice using an object first method. So I broke the CSS into into smaller chunks, such as creating a standard for my card container, a card, and the card header. Since this method can be applied for multiple sections in the future if needed.

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

I had an issue formatting the qr code to be center of the webpage. I initially used a width and height of 100%. Which didn't format right. So I inspected the source in the browser and then realized I had to create a card container, for my card. It seem redundant, but in order to center your card, you need to put it in a container that you would then apply a display: flex, grid so you can use justify and align to center the item.

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

I think for the most part I got it, I didn't use one of the icons as I didn't know where to put it.

Community feedback

@rzidanlib

Posted

  1. The solution need using semantic html
  2. you can wrap both text and give padding
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