div相对于外层div居中
程序员文章站
2022-05-01 21:09:08
...
<html>
<body>
<div style="float:left;width:600px;height:400px;background-color:gray;padding-top:10px;">
<div style="height:25px;background-color:yellow;width:200px;margin:0 auto;">
<div style="float:left;">用户名:</div>
<div style="float:left;"><input type="text" style="width:100px;"></div>
</div>
</div>
</body>
</html>
下一篇: HTML5之SVG的使用