网页内容居中显示
HTML
<body>
<form>
<divid="container">
<divid="header">Header</div>
<divid="content">Content</div>
<divid="footer">Footer</div>
</div>
</form>
</body>
CSS
<styletype="text/css">
#container{margin:0auto;width:600px;border:1pxsolidred;}
#header{border:1pxsolidblue;}
#content{height:360px;}
#footer{border:1pxsolidgreen}
</style>
相关推荐
多读书读好书 2020-11-03
drdrsky 2020-06-16
gufudhn 2020-06-12
aSuncat 2020-06-11
PioneerFan 2020-06-10
沈宫新 2020-05-04
swiftwwj 2020-03-28
HSdiana 2020-03-28
葉無聞 2020-03-23
lyg0 2020-03-07
nercon 2020-02-22
STPace 2020-02-17
STPace 2019-12-30
冰蝶 2020-01-10
玫瑰小妖 2019-12-31
爱好HtmlCssJs 2019-12-31
行吟阁 2019-12-08