0
How to change my normal web to responsible web ?
Web
2 Antworten
+ 3
Hey, check out the link Brentspine posted! It's all about setting the viewport to make your website look good on any device. Just add this tag to all your web pages:
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
That will take care of most of the work for you. But there's more!
There's another section on that site that's worth checking out. It's all about responsive web design with CSS. Here's the link:
https://www.w3schools.com/css/css_rwd_intro.asp