两个div居中
怎样把两个并排的div居中显示。就是既不是靠左,也不是靠右。
怎样把两个并排的div居中显示。就是既不是靠左,也不是靠右。
2016-07-05
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>对齐</title>
<style type="text/css">
div{
text-align:center;}
</style>
</head>
<body>
<div><img src="http://img1.sycdn.imooc.com//52b4113500018cf102000200.jpg" ></div>
<div><img src="http://img1.sycdn.imooc.com//52b4113500018cf102000200.jpg" ></div>
</body>
</html>
举报