在容器引导程序中添加上边距

时间:2014-05-06 07:07:53

标签: html css twitter-bootstrap

HTML Div容器

<div class="container margin-top-custom">
</div>

CSS Class

$margin-xs: 5px;
$margin-sm: 10px;
$margin-md: 15px;
$margin-lg: 30px;
$margin-xl: 100px;

.margin-top-custom{
  margin-top: $margin-xl;
}

以上工作完美无缺。我不确定这是否是一种正确的做法。如何为container类本身添加保证金。向容器类添加保证金是否也是一种不好的做法,并且我是否以正确的方式定义了保证金?

0 个答案:

没有答案