Design comparison
SolutionDesign
Solution retrospective
How can I implement mobile design? do I need seprate code for that or I can do that in same code?
Community feedback
- @Aedan5621Posted about 1 year ago
check this video to learn about the CSS Media Queries (https://youtu.be/2KL-z9A56SQ)
Marked as helpful0 - @onyedikachi23Posted about 1 year ago
Use the same HTML code, but modify your CSS using media queries.
Marked as helpful0@onyedikachi23Posted about 1 year ago@leoemn, in case you might be confused, I don't mean creating another HTML file with the same code. Use the same HTML and CSS Files. In most cases, it's often your CSS code that you modify.
0 - @gabriel-sotoSPosted about 1 year ago
You can do it with inline CSS or in a separate file, search about media queries. Have a good night!
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