I use bootstrap and am trying to center a div(span7) like that:
<div class="row-fluid">
<div id="main" class="span7">
Lorem ipsum dolor sit amet
</div>
</div>
my css code is:
#main{
margin:0px auto;
}
But it isn't set at the center. How can i set center?
EDIT
span7
is now col-7
in Bootstrap 4 and row-fluid is deprecated(Instead of this, use container-fluid
and row
).
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…