Latest solutions
- Submitted 4 months ago
Blog Preview Card - Flexbox
- HTML
- CSS
On mobile when I rotate screen to landscape, the website is not exactly what I want. Kindly help me solve this problem.
- Submitted 5 months ago
QR code component using flexbox
- HTML
- CSS
In mobile when I turn screen to landscape mode, footer gets in the middle. Please help me getting it at the bottom of the page.
Latest comments
- @kingomer02Submitted 2 months ago@webdevsumanPosted 2 months ago
Button font weight should be more. 900 should be alright.
0 - @Dhiman-Chandra-RaySubmitted 2 months ago@webdevsumanPosted 2 months ago
Colours don't match and the line-through colour should be same as paragraph. Size don't match. This requires more effort.
0 - @nadam-designSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I tried mx best to structure the page that follows the design as close as possible. The devil is in the details. I used tags, not sure if it's correct here.
What challenges did you encounter, and how did you overcome them?The most challenging part was ensuring that the image is 100% wide on mobile, while it has padding around on tablet and desktop. I might have overthought it a bit, so I ended up choosing what I believe is the simplest solution: I applied the padding to the two child elements of the recipe element. Could there be a simpler or better solution?
@webdevsumanPosted 3 months agoYou seem to complicate the work. The simplest solution is to give the image-div some negative margin.
Marked as helpful1 - @JenishkubavatSubmitted 3 months ago@webdevsumanPosted 3 months ago
Good. The size of the component should be a little bigger. Buttons border colour is not looking nice. The quote should have a light color opposite to the dark background. The alignments are very good.
0 - @guillaume-pagesSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Nothing to say
What challenges did you encounter, and how did you overcome them?Nothing to say
What specific areas of your project would you like help with?Nothing to say
@webdevsumanPosted 3 months agoLooks good. But the avatar image link is not working it seems. Try with "./assets/images/image-avatar.webp".
For responsive view in Mobile device even in landscape, Add media query and set the main section height to auto. 100vh is good for large screens but crops the design in mobile device when landscaped. Also, it is a good practice to use external css file for "separation of concern".
Marked as helpful1 - @khal45Submitted 5 months ago