Home > Web Front-end > HTML Tutorial > Firefox div css display_html/css_WEB-ITnose

Firefox div css display_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:30:33
Original
1136 people have browsed it

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" ><head>    <title>Untitled Page</title>    <style type="text/css">        * {        	margin:0px auto;        	text-align:center;        }        .Demo {        	height:800px;        	width:900px;        	border-style:solid;	        border-width: 1px;	        border-color:#D9D4D1;        }    </style></head><body>     <div class="Demo">    </div></body></html>
Copy after login

Related labels:
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