Viewport Meta Tag: What It Is and Why You Should Care
Introduction
You may have seen this line of code in your html file.
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
This meta tag allows your webpage to adapt to different sizes of viewport.
but what is a viewport?
A viewpor...
sunilkhadka.hashnode.dev3 min read