Design comparison
Solution retrospective
One of the things I won’t forget, is that I thought I was done, but it turns out the browser was zoomed in, so I had to do it all over again.
Community feedback
- @FatherSwordPosted 29 days ago
Really good work! I noticed that you were troubled by the size of the viewport. I visited your live site and noticed that your page is lack of responsiveness. Responsiveness means to add some code to let your page adjust automatically according to the size of viewport. These simple codes might be a workable practice: width:80%; max-width:250px; height:80% max-height:500px; You may adjust the parameter but the idea is presented like that. If your want more complex responsive web page, you can try "@media/code/" in CSS part.
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