Design comparison
SolutionDesign
Solution retrospective
It's best if you see it on screen with width more than 1250px. Give me some advice, thank you! π₯°
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Greetings, Thanh Nhi! π
Nice work on this challenge! π Your solution looks pretty good and is responsive! π
I'd like to suggest,
- Adding
min-height: 100vh
to thebody
to ensure that it fills up the entire area of the viewport and the bottom-right background image always sticks to the bottom of the screen in the desktop layout. - You might want to set
background-repeat
tono-repeat
for the background images in the mobile layout since they go a bit wonky then and turn into a repeating tiling pattern (or they might be added to the page twice, I'm not sure from looking at the dev tools). π
Keep coding (and happy coding, too)! π
2@lttn-16Posted almost 4 years ago@ApplePieGiraffe thanks, that helps me a lots!! π
1 - Adding
- @ovidiuantonioPosted almost 4 years ago
Hello Thanh Nhi,
Nice solution! You did a very good job! There are a few tips to improve your solution:
- add
max-width: 1440px;
andmargin: 0 auto;
to the container, to keep the content looking good on larger screens too and consider adding the background images to the body instead of the container - hide the horizontal scroll, so it not show up when the animations play
Happy coding and keep going!
2@lttn-16Posted almost 4 years ago@ovidiuantonio thank you for helping me solving the problem with larger screens!
0 - add
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