Submitted 3 days ago
My first challenge - QR code challenge using basic HTML/CSS
@RanaFahad01
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of the fact that this is my first ever solved CSS problem.
What challenges did you encounter, and how did you overcome them?Using flexbox properly was the biggest challenge. Especially using it to center things, but then using it differently inside the items was a wild ride.
What specific areas of your project would you like help with?Since I'm just starting out, I'd love to know if I'm breaking any good practices, or if there's any areas I can improve in.
Community feedback
- @Cesare94Posted 2 days ago
If you want to arrange elements vertically, try creating a container (<div class="container>...</div>) and placing the content inside them. In your css, use display="flex" combined with flex- direction="column" to give it the vertical position.
0
Please log in to post a comment
Log in with GitHubJoin 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