Design comparison
Solution retrospective
I don't know how to make site responsive can anyone point me in right direction.
Community feedback
- @pranshudobhalPosted almost 4 years ago
Hi Keshav,
Making a website responsive means that the appearance of the website dynamically changes depending on the screen size. You can implement the responsive design using media queries in CSS or using frameworks like Boostrap.
Check out the link below to learn about media queries. https://www.w3schools.com/css/css_rwd_mediaqueries.asp https://www.w3schools.com/cssref/css3_pr_mediaquery.asp
0 - @AnthoVDOPosted almost 4 years ago
Hello,
Make a site responsive means that you can use it on differents screen size. You can see your site on a laptop, tablet or smartphone without issue. To do so, you need to change the css according to the screen. For that, you need to use media query https://developer.mozilla.org/en-US/docs/Web/CSS/@media
Have a nice day
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