Design comparison
Solution retrospective
Anything that can help me improve on this would be appreciates!
Community feedback
- @fidellimPosted about 3 years ago
Hi Arslan,
Great work on this project! Works great for both desktop and mobile views! You might want to re-arrange the position of bg-circles on mobile view. Other than that looks great! Keep it up :)
Marked as helpful0@Arslanj9Posted about 3 years agoThank you so much @fidellim for helping me again!
I tried my best to re-arrange the position of bg-circles on mobile view but had failed. Could you please take some time and make that for me, it would be really helpful!
Regards!
0@fidellimPosted about 3 years ago@Arslanj9 You can try this one. It is better to add a media query so that you can change the structure of your site depending on the screen size.
/* @media (max-width: 550px) { body { background-position: right 60vw bottom 80vh, left 60vw top 80vh; } } */
I hope it helps :)
Marked as helpful1
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