메뉴 건너뛰기

창작에 관련된 질문이나 간단한 팁, 예제를 올리는 곳

문제:

<div class="container">

TEST

</div>

위와 같은 페이지를 브라우저에서 렌더링 시 div의 양 옆에 설정하지 않은 빈 margin이 생김.

 

해결:

<div class="container-fluid">

TEST

</div>

margin을 0으로 주고 width를 100%로 주고 등등 별걸 다 해봤는데 안됐고

class를 container-fluid로 변경해서 해결.

조회 수 :
5
등록일 :
2024.02.07
14:25:18 (*.168.186.88)
엮인글 :
게시글 주소 :
https://hondoom.com/zbxe/index.php?mid=study&document_srl=822464
List of Articles