如何为基础行 div 指定 css 顶部边距?
How do I specify a css margin-top for foundation row div?
如何为基础行 div 指定 css 上边距?
使用 Chrome 开发工具,看起来 foundation.css 正在覆盖 .row divs 的任何边距属性 - 无论我将 css.
放在哪里
为了今天把东西拿出来,我不得不在行之间插入我自己的 divs - yuk。
使用:
div.row {
margin-top: 12px;
}
或
.row {
margin-top: 12px !important;
}
如何为基础行 div 指定 css 上边距? 使用 Chrome 开发工具,看起来 foundation.css 正在覆盖 .row divs 的任何边距属性 - 无论我将 css.
放在哪里为了今天把东西拿出来,我不得不在行之间插入我自己的 divs - yuk。
使用:
div.row {
margin-top: 12px;
}
或
.row {
margin-top: 12px !important;
}