QR code solution with flexbox

Solution retrospective
I'm proud of the fact that I did it without relying on anyone; I did almost everything without searching for information. Perhaps less code could be used for the same solution.
What challenges did you encounter, and how did you overcome them?At first, I did it one way, and then I had to start over. I had given it attributes that I later inherited and blocked, but then I found my way.
What specific areas of your project would you like help with?I'm very new to this and just getting to grips with flexbox. I haven't seen grid yet, but I want to get a handle on each component before moving on.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mustafasen97
Your design is very good and your codes are very understandable and short. Flexbox is really useful and that's why I like to use it in my designs.
As you know, the flex property is given to the parent element and used. In the grid structure, the grid property is given to the parent element in the same way and thus the children are placed accordingly.
You can practice on the grid by looking at sites like cssgridgarden. It will seem confusing at first, but as you practice, you can understand the grid topic.
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