引导表间距和样式

时间:2019-10-30 13:39:51

标签: bootstrap-4 styling

我目前正在学习引导程序,而我刚遇到了这个基本表格。有人可以向我解释星号包围的线是什么意思吗?这与桌子的间距有关吗?我一直在查看文档,无论它的基本接合方式如何,我仍在努力理解它。任何解释表示赞赏。

    <div class="report-card-ii">
            **<div class="font-24 m-l-35 p-t-25 p-b-10">Carrier Snapshot</div>**
            **<div class="m-l-15 m-r-15">****
                <table class="table">
                    <thead>
                        <tr class="black-cell">
                            <th class="font-light">Name <i class="fa fa-angle-down"></i></th>
                            <th class="font-light">Twitter Handle</th>
                            <th class="font-light">Location</th>
                            <th class="font-light">email</th>
                        </tr>
                    </thead>
</div>

1 个答案:

答案 0 :(得分:1)

快速说明(代码也已为BootStrap注释指南更正)。

<div class="font-24 ml-35 pt-25 pb-10">Carrier Snapshot</div>

字体大小为24 左边距为35 填充顶部为25 填充底部为10

<div class="ml-15 mr-15">

左边距为15 保证金权利为15

参考: https://getbootstrap.com/docs/4.3/utilities/spacing/