I want to have a group of images display horizontally across the page. Each image has a few link below it so I need to put a container around each image/link-group.
Just wrap floated elements in a and give it this CSS: .wrapper { display: table; margin: auto; } 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
and give it this CSS: .wrapper { display: table; margin: auto; } 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
.wrapper { display: table; margin: auto; }