2014-01-30 4 views
0

는 내 문서에 몇 가지 기본적인 코드를 추가하지했지만 내가 할 수있는 그부트 스트랩의 어떤 제본 간격

무언가가있는 경우 960 그리드 레이아웃에있을 것 같은 각 부분 사이의 도랑 간격이없는 3 여기 없습니까?

HTML :

<div class="row"> 

    <div class="col-md-4 block"> 
     hello this is a test block 
    </div> 

    <div class="col-md-4 block"> 
     hello this is a test block 
    </div> 

    <div class="col-md-4 block"> 
     hello this is a test block 
    </div> 
</div> 

</div> 

CSS :

.block{ 
    background-color:#6CC; 
} 
+1

[Bootstrap 3 : Missing gutters]의 가능한 복제본 (http://stackoverflow.com/questions/18071055/bootstrap-3-missing-gutters) – Spontifixus

답변

2

부트 스트랩 3에서, 시궁창는 col-* 내부로 (대신 마진) 그래서 당신의 block 요구에 패딩을 사용하여 만들어집니다

데모 : http://bootply.com/109679