This is a solution to the QR code component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
- Solution URL: Solution URL
- Live Site URL: Live Site
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Only using CSS Grid make it mobile responsive.
- Regarding the image:
-
Give it a max-width wiht px & width with percentage will make it more dynamic, instead of hard fix value.
width: 100%; max-width: 288px
-
- Regarding the card:
- Give the container max-width with px, width with percentage and making the height fit-content will make the card grow to a limit dynamicaly vertically by adding more contents and horizontally by changing the device wwidth.
max-width: 320px; width: 90%; height: fit-content;
- Give the container max-width with px, width with percentage and making the height fit-content will make the card grow to a limit dynamicaly vertically by adding more contents and horizontally by changing the device wwidth.
- Adding proprties to interact with the users.
- Website - Hussain AL-shaer
- Frontend Mentor - @hussaindev94
- |X|Twitter - @hussaindev94

