Design comparison
Solution retrospective
Feedbacks are welcome!
Update: I solved it 👇🏻
<< The mobile background on the original proposal looks like transform
, but I don't know how to adjust it. If you know, I will appreciate any tips =D >>
Tks in advance o/
Community feedback
- @A-amonPosted over 3 years ago
Hello! Great work~
I have a few suggestions:
-
Setting background-size:100% on mobile size will solve your question.
-
Removing the background-position makes it look closer to design by sticking the image to the top.
-
Wrap the social media icons in a tags respectively because they are usually linked to the social media pages.
-
I like how you separate the header, content and footer. You can try using the header tag and main tag for #header and .content respectively.
-
Use padding instead of margin for spacing inside elements. For example, body, #header and .container. (But this is just my opinion. Not really sure how others do it~ :) )
-
Have a good alt text that describes the image.
-
Use button tag instead of div for buttons.
-
I wonder if the margin:10px in body tag is necessary.
Marked as helpful1 -
- @palgrammingPosted over 3 years ago
As you can see in the screenshot comparison your elements are sized to large in the desktop mode also at the point of your mobile to desktop break-point the desktop layout is too large for the screen width and ends up half off the side of the browser window
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