Design comparison
SolutionDesign
Solution retrospective
I need your advice on the following : -if you tried to scroll the mouse wheel for zooming the elements will leave the parent and scale-up I need to stop this behaviour. -Media queries not working fine with me I used the following syntax : @media (min-width: 375px) and (max-width: 980px){
}
Community feedback
- @JrDevHarshPosted almost 3 years ago
You have given so much similar properties to the different elements. You have made complicated and lengthy syntax that should be prohibited. In coding, you must follow the rule - DRY(Don't Repeat Yourself).
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