我正在学习用css设计照片。我将照片居中,但是当我通过将其原始尺寸减半来调整它的大小时,左右边框不会环绕图像。边框的顶部和底部是正确的。
我还没有找到任何类似问题的教程或回复,我很感激你对解决这个问题的想法。
.img {
text-align:center;
margin-top:80px;
margin-bottom:0px;
padding:0px;
border:4px solid #F2F2F2;
}
示例网站位于http://nspowers.org。使用的完整样式表的链接是http://nspowers.org/stylesheet/stylesimgquestion.css,图像属性位于最底部。
谢谢