Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How does css center the page as a whole

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the relevant knowledge of "how to center the page as a whole". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!

Css centers the page as a whole by adding a div box to the entire page body and setting the [margin:0 auto] property on the box, such as [# t-warp {margin:0 auto;width:1000px}].

This article operating environment: windows10 system, css 3, thinkpad T480 computer.

If we want to center the entire page, we can add a div box to the entire page body (the outermost layer of the page is followed by a finish), and then set the margin:0 auto; property and css width to the box.

Specific implementation codes are as follows:

# t-warp {margin:0 auto;width:1000px}

Many beginners may not understand the margin attribute, so let's briefly introduce it.

The margin shorthand property sets all the outer margins properties in a declaration.

Common attribute values:

The auto browser calculates the outer margin.

Length specifies the outer margin value in specific units, such as pixels, centimeters, and so on. The default value is 0px.

% specifies the outer margin based on the percentage of the width of the parent element.

Inherit states that outer margins should be inherited from the parent element.

This is the end of the content of "how to center the page as a whole by css". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report