Hello readers,
In this blog we will discuss about, how to manage font size in different viewport. Usually we fix the font size with different viewport size using @media. But as we know CSS3 has some new values.
Viewport size: vw, vh, and vmin are one of them.
How its works :-
One unit of the three value is 1% of the viewport
viewport = browser window size = window object
If the viewport is 50cm wide, 1vw == 0.5cm
To read complete information on how to manage font size in different viewport visit FindNerd. As it is an effective technology forum, so here you can also ask questions & look for various programming queries along with their solutions including Android, Php, Java, C programming questions and answers etc.
In this blog we will discuss about, how to manage font size in different viewport. Usually we fix the font size with different viewport size using @media. But as we know CSS3 has some new values.
Viewport size: vw, vh, and vmin are one of them.
How its works :-
One unit of the three value is 1% of the viewport
viewport = browser window size = window object
If the viewport is 50cm wide, 1vw == 0.5cm
To read complete information on how to manage font size in different viewport visit FindNerd. As it is an effective technology forum, so here you can also ask questions & look for various programming queries along with their solutions including Android, Php, Java, C programming questions and answers etc.
No comments:
Post a Comment