mohad12211
@mohad12211All comments
- @wouterbusSubmitted 6 months ago@mohad12211Posted 6 months ago
Add some margin at top and bottom of the page. Try to use the proper fonts in the headings
0 - @ariadna64Submitted 6 months agoWhat specific areas of your project would you like help with?
I'd like help with the general HTML structure, the lateral padding of the main card and how to make it look good for mobile. Everything else I believe is fine.
@mohad12211Posted 6 months agoYou can add a max-width property to fix the main div Try to apply the fonts that's given in the project
Marked as helpful0 - @reteovSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I'm getting the hang of writing the HTML so that the flexboxes can be configured for correct spacing. I am also using
What challenges did you encounter, and how did you overcome them?*
, and:root
for items I expect to exist throughout the document, as well as@font-face
to add the custom fonts.The big challenge is still getting the hang of using Flexboxes so that there are containers in which to position page elements; I'm still bumping into too many cases where I forget to add a container, and then wonder why an element won't center (vertically or horizontally).
I'd like to say I had an aha moment, but at this time, it's just good, old-fashioned practice, practice, practice!
What specific areas of your project would you like help with?At the moment, it's too early to ask for help; I'm not yet out where there are difficult challenges, just silly stuff that I know the answers to, if I just step back and look for a minute.
@mohad12211Posted 6 months agoyour spacing is good, but some dimensions are not the same as the figma design
0 - @CJ-CepeSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
- Proud of: Implemented my first FM proj, Yey!
- What I would do differently next time:
- Implement with CSS Grid.
- Use class names instead of nested CSS selectors.
- Use relative units instead of absolute units.
- Challenge: Making the component responsive below 375px and preventing it from overflowing the parent (body).
- Solution: Set the QR component width to 100%, and set a max and min-width.
- What is the appropriate HTML element for the QR component to adhere to semantic HTML?
- Is it acceptable to use only nested element selectors, or is it better to use class selectors?
- Should responsiveness for screens smaller than iPhone SE (375px) or Galaxy Z Fold (344px) still be considered?
Thank you