如何使用boostrap和CSS sprite元素居中堆叠元素

时间:2017-02-08 15:23:43

标签: css twitter-bootstrap-3 css-sprites

如果使用CSS精灵制作元素,如何将Boostrap的5个元素的内容堆叠在一起之后如何将其中心放在一起?

"✓"

- > View Example

1 个答案:

答案 0 :(得分:0)

请测试一下:

.col-lg-2 {
    background-size: 40px;
    background-repeat: no-repeat;
    max-height: 49px;
    display: flex;
    justify-content: center;
    background-position-x: 25%;
 }