Design comparison
Solution retrospective
Hello Everyone!
I find the backgrounds challenging. I know there's a better way of doing it in CSS instead of using it as HTML image but it's not working for me. If you have better solutions, I would appreciate it if you'd give me feedback and tips on how to make it better. Thank you!
Community feedback
- @Finney06Posted over 1 year ago
Hello there ๐. Good job on completing the challenge !
Here are some suggestions regarding your code that may be of interest to you.
HTML ๐ค:
To clear the Accessibility report:
- Use an h1 tag for the main text in the design given and always avoid skipping heading levels; Starting with <h1> and working your way down the heading levels (<h2>, <h3>, etc.) helps ensure that your document has a clear and consistent hierarchy.
I hope you find it helpful!๐ Above all, the solution you submitted is ๐. ๐Happy coding!
Marked as helpful0@generieyycPosted over 1 year ago@Finney06
Good point here, thank you! I usually forget the hierarchy of headings.I'll put this is mind the next time. Cheers!
0 - @lucaliebenbergPosted over 1 year ago
Hi there @generieyyc,
Good job with completing the challenge.
With regards to how you could do it better:
- Reduce the height of the bottom half of the card (the white section)
- You can separate the top pattern on bottom white card, with the profile avatar being placed on either of the two, then make use of slight negative margin to have an overlay.
I am aware negative margins are not always the solution, but if it does not heavily affect the design with regards to responsive design, then I do not personally think it is a problem.
I hope this helpful. Happy coding โ๏ธ
Marked as helpful0@generieyycPosted over 1 year agoHi @lucaliebenberg,
Let me try your solution and see how it goes. i think I also need to optimize my margins here. It's interesting that it looks very simple but it's the hardest (so far) for me. Thanks again for the feedback!
0@lucaliebenbergPosted over 1 year ago@generieyyc No problem. Shout if you have any other questions!
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