"Mobile" mobile-side font units font-size select px or REM

Source: Internet
Author: User

For a small number of mobile devices only need to fit, and the resolution of the page has little impact, the use of PX can
For devices that need to be adapted to a variety of mobile devices, use REM, such as a device that only needs to be adapted to different resolutions, such as iphone and ipad.

html{font-size:10px}
@media screen and (min-width:321px) and (max-width:375px) {html{font-size:11px}}
@media screen and (min-width:376px) and (max-width:414px) {html{font-size:12px}}
@media screen and (min-width:415px) and (max-width:639px) {html{font-size:15px}}
@media screen and (min-width:640px) and (max-width:719px) {html{font-size:20px}}
@media screen and (min-width:720px) and (max-width:749px) {html{font-size:22.5px}}
@media screen and (min-width:750px) and (max-width:799px) {html{font-size:23.5px}}
@media screen and (min-width:800px) {html{font-size:25px}}

"Mobile" mobile-side font units font-size select px or REM

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.