设置边框后居中效果无效
div{
text-align: center;
width: 250px;
}
img{
height: 20px;
width: 20px;
}
#inputField{
border: 1px solid red;
}其中text-aligh:center不起作用了
div{
text-align: center;
width: 250px;
}
img{
height: 20px;
width: 20px;
}
#inputField{
border: 1px solid red;
}其中text-aligh:center不起作用了
2018-12-26
举报