justify-content-{around | between | start | center | end }内容对齐 - bootStrap4常用CSS笔记
bootStrap4中内容对齐有五种模式:
1 justify-content-{around | between | start | center | end}
该样式必须和一个容器对像一起调用,否则无效,比如:
1 <div class="row justify-content-around bg-light">...
五种对齐样式,见下图: