How can I modify the DIV to be centered? ? ? ._html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:16:34
Original
1045 people have browsed it

Reply to discussion (solution)

Is there anyone? ? ? Where do I need to modify the above things to make this DIV appear in the middle of the page? ? ?

Why is it necessary to float? Just remove float: left!

...
Try

<!DOCTYPE html><html><head><style>* {margin:0px;padding:0px;}#page {margin-left:auto;margin-right:auto;}</style></head><body><div id="page">page</div></body></html>
Copy after login

Change the CSS style Change it to the following and it should be fine.

.Classpeng{    margin:0px auto;    text-align:center;    width:200px;    height:100px;}
Copy after login

You on the 3rd floor are in trouble! As soon as you put it on, it will be effective.
But thank you all upstairs.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template