Qr-code project using css flexbox and html

Solution retrospective
What I am most proud of accomplishing in this project is finally becoming comfortable with the basic git commands and finally understanding commit messages and how it works
What challenges did you encounter, and how did you overcome them?I encountered a few challenges but below are some of them:
- I faced the problem of my html body container not filling the whole screen and I solved that by adding ```css html, body { height: 100%; }
2) Another challenge I faced was with the sizing of containers which was solved with
```css
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
What specific areas of your project would you like help with?
-
The first question I want to ask is about the .attribution section in the html file... is it supposed to be at the base of the page or it can sit right under the QR code and text housing container?
-
The next question is about the sizing of the container that houses the qr-code and texts... in the figma file it looks bigger than the solution image provided in the project by frontendmentor. This can be seen through the top spacing between the qr-code image and the border of the container in question.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Malachifullerton's solution.
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