gpt4 book ai didi

html - 如何对像素使用 bootstrap 4 边距和填充属性?

转载 作者:行者123 更新时间:2023-12-05 01:34:59 29 4
gpt4 key购买 nike

我想使用带有像素而不是 rems 的 bootstrap 4 边距和填充属性。例如,我希望以下 div 的边距为 20 像素:

<div class="container ml-20">Hi</div>

有可能吗?提前致谢。

最佳答案

Bootstrap 没有这样的东西。但是,您可以创建自定义 css 类来为您处理此问题:

.ml-20 {
margin-left: 20px;
}

你的选择是无限的,你想如何设置它。您可以创建 ml-10、ml-100 或任何您想要的东西。

关于html - 如何对像素使用 bootstrap 4 边距和填充属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63384229/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com