html - 在 Bootstrap 中,如何增加列表项之间的间距?

标签 html css twitter-bootstrap

我的完整代码:

它是一个用无序列表实现的页脚,例如:

    <ul class="list-inline">
      <li class="list-inline-item">
        <a class="text-muted" href="" target="_blank">Contact Us </a>
      </li>
    ...

最佳答案

Typography 使用预定义的 Bootstrap 类

假设你可以使用 class="mt-1"作为 margin top 同样对于

ma​​rgin bottom (mb-1) , left (ml-1) and right (mr-1) ranges from 1-9

关于html - 在 Bootstrap 中,如何增加列表项之间的间距?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56193860/

相关文章:

html - 无论第一行的大小如何,都在其上方的行下方附加 Bootstrap 行

javascript - 如何使用表值来驱动使用 PHP 的 mySQL 查询

javascript - React 组件渲染为空

html - 居中对齐表格

android - Bootstrap 2.3.2 - 不要将移动布局用于平板电脑纵向

javascript - 使用JS高亮菜单项

html - 3 列等边距

html - 在 Opera 中滚动时固定位置元素闪烁

HTML 文本背景颜色不适用于 <span>

css - 为什么一列似乎首先加载在 Wordpress 中?