CSS media query, CSS display different styles according to different resolutions

Source: Internet
Author: User

In the writing of adaptive Web pages, we need to have several ways to display the page, we can use CSS to achieve this function

Using the media query provided by CSS, we can use the corresponding CSS style according to the screen resolution

@media screen and (max-width:1000px) {/* This condition represents a maximum width of 1000, that is, if the width is less than 1000 execute the following CSS code */#idming {    color: #f00;}. leiming{    color: #f66;}}

CSS media query, CSS display different styles according to different resolutions

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.