Design comparison
SolutionDesign
Solution retrospective
I unable to do styling for different device views of website . Css code. no question.
Community feedback
- @ousey-ouseyPosted 11 months ago
for styling for another devices size use @media (max-width:800/this means that from this size i make change/){
/your code to change/ .box{ width:60px/* if it was for example 100px*/ }
} however this challenge does not seem to need changes in other devices as it is small already ! happy coding!
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