图像填充受Bootstrap影响

时间:2018-12-10 00:17:28

标签: html css bootstrap-4

在这里,当我将bootstrap.css添加到HTML时,我的左填充受到影响。

.column {
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 12px;
    vertical-align: middle;
    border: 2px solid;
    width: 100%;
    color: #000;
}

enter image description here

一旦我在HTML中添加Bootstrap,我的左填充就会受到影响。

enter image description here

为什么会受到影响?

0 个答案:

没有答案