Design comparison
Solution retrospective
i want to use flexbox but i have to practice flexbox next time
What challenges did you encounter, and how did you overcome them?use flexbox
What specific areas of your project would you like help with?some code changes can be done
Community feedback
- @JunbolPosted 5 months ago
Hi Arun, The issues with your project is the use of Flexbox. Here is the code fixed and then an explanation on the comments:
#outer { display: flex;//๐ฉFlexbox!!!!! flex-direction: column;//๐ฉ align-items: center;//๐ฉ ** margin: 0 auto;**//๐ฉ /* margin-top: 160px; */ you don't need this code /* margin-left: 550px; */you don't need this code height: 430px; width: 295px; background-color: white; border-radius: 10px; }
<img src="./image-qr-code.png" alt="qrcode"><!-- ๐ฉ a 'dot' is added before the '/' -->
Here are some tips: Flexbox: Iโm sure you use 3wschools to refresh stuff. But these two new kids on the block are really great:
- [Flexbox Webdev] (https://web.dev/learn/css/flexbox)
- [Flexbox Css Tricks] (https://css-tricks.com/snippets/css/a-guide-to-flexbox/)
- [Flexbox Josh] (https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/)
Keep going!
Cheers
Junier
Marked as helpful0 - @arun81302Posted 5 months ago
yes image and flex box no i didn't use media query yes
0@fastcheetahPosted 5 months agoYour image is not shown(check if you linked the image correctly in your html code) and the background color is incorrect@arun81302
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