使用 .justify-content-*-end 类在不同屏幕尺寸上将弹性项目对齐到末尾,如下所示 -对于小屏幕尺寸,使用 -justify-content-sm-end对于中等屏幕尺寸,使用 -justify-content-md-end对于大屏幕尺寸,使用 -justify-content-lg-end让我们看看如何在小、中和大屏幕尺寸上水平对齐弹性项目 -示例实时演示 Bootstrap 示例 Form of Tea Black Tea Green Tea Indian Tea Black Tea Green Tea Indian Tea Black Tea Green Tea Indian Tea
在 Bootstrap 4 中使用 justify-content-*-center 类在不同屏幕尺寸上居中内容。对于不同的屏幕尺寸 -justify-content-sm-center:小屏幕尺寸 justify-content-md-center:中等屏幕尺寸 justify-content-lg-center:大屏幕尺寸 justify-content-xl-center:超大屏幕尺寸让我们看看如何实现 justify-content-*-center 类 -示例实时演示 Bootstrap 示例 Vehicle Car Bike Truck Car Bike Truck Car Bike Truck Car Bike Truck
要将弹性项目对齐到不同屏幕尺寸的周围,请使用 justify-content-*-around 类。您可以获得以下结果,该结果在小屏幕和中屏幕尺寸上对齐内容 -在 Bootstrap 中实现 justify-content-*-around 类 -示例实时演示 Bootstrap 示例 Default ANS 1 ANS 2 ANS 3 Small Screen Size ANS 1 ANS 2 ANS 3 Medium Screen Size ANS 1 ANS 2 ANS 3 Large Screen Size ANS 1 ANS 2 ANS 3
在 Bootstrap 中使用 card-body 类为卡片的内容设置容器 - Body of card1 现在将其添加到 Bootstrap 卡片类中 - Body of card1 Body of card2 您可以尝试运行以下代码,为 Bootstrap 4 卡片内容设置容器 -示例实时演示 Bootstrap 示例 Heading Three Body of card1 Body of card2