CSS3 's vertical-align--, I understand.

Source: Internet
Author: User

In the next Caishuxueqian, deficiencies, please also advise.

Vertical-align is a useful property in CSS, commonly used in checkboxes and text alignment, picture alignment and other positions.

Note that there is a need for an element to be inline or inline-block (Table-cell can also be understood as inline-block level), and its vertical-align attribute will work, in fact, well understood, for block element is directly on its own line and does not need to be aligned.

Common vertical-align Usage: middle (centerline alignment), top (aligns the top of the element to the top of the top element), 2px (height up and down).

See the following code

<! DOCTYPE html>        test{            Vertical-align:2px;        }     </style>

The execution effect is as follows

Next look at a picture aligned:

<! DOCTYPE html>        img{            width:600px;            height:300px;            Vertical-align:middle;        }     </style>

The execution effect is as follows

By demo, we know that Img,span is an inline element

Actually, block-level elements are one of the few:<div>

CSS3 's vertical-align--, I understand.

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.