在Bootstrap 4中,可以使用以下步骤将hr分隔符居中:
<div class="container">
<hr class="my-4">
</div>
.container {
display: flex;
justify-content: center;
}
这样,hr分隔符就会在容器中居中显示了。
关于Bootstrap 4的更多信息和使用方法,你可以参考腾讯云的Bootstrap 4产品介绍页面:Bootstrap 4产品介绍。
请注意,以上答案仅供参考,具体的实现方式可能会因具体情况而有所不同。
领取专属 10元无门槛券
手把手带您无忧上云