it has been said that mobile design drawings should be given to things like 750pxMagne720px and so on.
our ui gave 720px the diagram. When I write it here, how can I use this?
because I found that some of his words are very small,
and if I develop on a computer, the smallest chrome has to be a 12px character, but 12px is still bigger than the word on the design drawing.
also, I use the rem layout to dynamically set the font-size,
setting of html according to the document width, but there is still no way to zoom out and put it there, how can the value of
font-size be less than 12px?
it is said that rem writes well on mobile, and it feels like a norm and a must. But what"s so good about it?
I got the blueprints of 720px and 750px. How should I write them?
I"ve heard people say that I want to add something to the meta tag, but it"s still a single pixel when I add it to the meta tag.
here is my meta tag:
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no,viewport-fit=cover">
I hope you don"t hesitate to give us your advice! I"m much obliged!