How does css implement horizontal center of span in div and center of cssspandiv?

Source: Internet
Author: User

How does css implement horizontal center of span in div and center of cssspandiv?

How does css implement horizontal center of span in div:
This topic describes how to set a span to horizontally center in the div. The following code example describes how to achieve this effect.
Many friends may think that using margin: 0px auto to horizontally center a span element is incorrect. Because span is an inline element, this method cannot achieve the center effect, the code example is as follows:

<! DOCTYPE html> 

The preceding Code cannot center the span element. The code is modified as follows:

<! DOCTYPE html> 

The above Code meets our requirements. We only need to use text-align: center to implement our requirements, because span is an inline element.

For more information, see: http://www.softwhy.com/divcss/

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.