Design comparison
SolutionDesign
Solution retrospective
Hello everyone, this is my first project on frontend mentor and I'll really want some feedback from all of you. I used html and pure css to code this project.
Community feedback
- @palgrammingPosted over 3 years ago
-
you should put the background color that is on your main on your body
-
you need to change your media query to the point that the browser is wide enough for the desktop layout current half the layout exits the browser before the transition
-
not a perfect solution but I would change this on your container just so you could see the difference
width: calc(100% - 500px);
towidth: calc(100vw - 200px);
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