Bootstrap 4 是否有引导4类将按钮水平居中?

Bootstrap 4 是否有引导4类将按钮水平居中?,bootstrap-4,Bootstrap 4,我想让按钮水平居中。我可以用CSS来做: 保证金:0自动 这门课会让你 <div class="container"> <div class="row justify-content-center"> <button type="button" class="btn btn-primary">Primary</button> </div> </div> 它使用flex 下面是完整的选项列表

我想让按钮水平居中。我可以用CSS来做:


保证金:0自动 这门课会让你

<div class="container">
  <div class="row justify-content-center">
        <button type="button" class="btn btn-primary">Primary</button>
  </div>
</div>
它使用flex

下面是完整的选项列表