Im not sure what Im doing wrong to make my screenshots look so bad, but I suspect it has something to do with the main container's positioning/centering, so any help with that would be most appreciated.
Latest solutions
Frontend Mentor - Four card feature section solution
Submitted 7 months agofor now, i think i handled the project well but i am open to new ideas on how to do it better.
Frontend Mentor - Product preview card component solution
Submitted 8 months agoi used flex to get the write-up on the right side of the background but i will be glad to do it without using flex and achieving the same result.
Frontend Mentor - Fylo landing page with two column layout solution
Submitted 8 months agostill learning more about javascript
Frontend Mentor - Recipe page solution
Submitted 8 months agoi was able to wrap my head around it so it's still easy for now.
Frontend Mentor - Social links profile solution
Submitted 9 months agostill going well and still able to navigate my way
Latest comments
- @lspackaSubmitted 9 months agoWhat specific areas of your project would you like help with?
- @nchincheSubmitted 10 months agoWhat specific areas of your project would you like help with?
all feedback is welcome thank you in advance
@rough-diamond213Posted 7 months agoi suggest you develop your desktop view first before going to mobile view because from the project i have viewed the desktop view is always broken and the mobile view then have the desktop display.
Marked as helpful0 - @imanmaulana1Submitted 8 months ago
- @M1th4arSubmitted 8 months ago@rough-diamond213Posted 8 months ago
great job but the mobile view is not displaying like the image given. you can work on it.
1 - @wlb-devSubmitted 8 months ago@rough-diamond213Posted 8 months ago
you did a good job but your body tag should have display=flex and your container should have this stipends of code margin: auto; display: flex; flex-direction: column; justify-content: center; it will help position your container as the middle
0 - @HoaCTaSubmitted 8 months agoWhat are you most proud of, and what would you do differently next time?
I can make the interface look somewhat similar to the design
What challenges did you encounter, and how did you overcome them?I was struggled to make the page responsive and align correctly like in the mobile design. I also have some issue what set css for table items, for example the numbers in the order list items don't perfectly align with the contents
What specific areas of your project would you like help with?I need help understanding the steps to create a responsive page. If the instructions state 'Mobile: 375px. Desktop: 1440px' and provide two UI screenshots, does this mean any screen size below 375px will appear as the given mobile design, and any screen size above 375px will appear as the desktop design?
@rough-diamond213Posted 8 months agoit's best you use rem for your front size compared to pixel. check out this article https://fedmentor.dev/posts/font-size-px/#top
Marked as helpful0