我试图改变宽度,但它只改变了 div 的宽度。
如何使用 css 更改图像的宽度?
#photoTable {
background-image: url("Assets/Images/FrontImages/partyPhoto.jpg");
height: 628px;
vertical-align: top;
width: 704px;
}
我试图改变宽度,但它只改变了 div 的宽度。
如何使用 css 更改图像的宽度?
#photoTable {
background-image: url("Assets/Images/FrontImages/partyPhoto.jpg");
height: 628px;
vertical-align: top;
width: 704px;
}