Home > Web Front-end > HTML Tutorial > DIV CSS center code (and right)_html/css_WEB-ITnose

DIV CSS center code (and right)_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:27:04
Original
2416 people have browsed it

DIV centered:

<div style="margin-left:auto;margin-right:auto;width:760px;background-color:Silver;">DIV居中 CSS 代码 <a href="http://jihua.cnblogs.com">jihua.cnblogs.com</a></div>
Copy after login

DIV right:

<div style="margin-left:auto;margin-right:2px;width:760px;background-color:Aqua;">DIV靠右 CSS 代码 <a href="http://jihua.cnblogs.com">jihua.cnblogs.com</a></div>
Copy after login

DIV defaults to the left:

<div style="width:760px;background-color:Fuchsia;">DIV靠左代码 <a href="http://jihua.cnblogs.com">jihua.cnblogs.com</a></div>
Copy after login

DIV centered CSS code jihua.cnblogs.com

DIV right CSS code jihua.cnblogs.com

DIV close Left code jihua.cnblogs.com

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