"부트스트랩3 .well"의 두 판 사이의 차이

12번째 줄: 12번째 줄:
</source>
</source>
<jsfiddle height='300'>t282rrzv</jsfiddle>
<jsfiddle height='300'>t282rrzv</jsfiddle>
==CSS==
<source lang='css'>
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
</source>


==같이 보기==
==같이 보기==

2016년 12월 4일 (일) 23:13 판

1 개요

부트스트랩 .well 클래스
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css">
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js"></script>

<div class="well">기본 Well</div>
<div class="well well-sm">작은 Well</div>
<div class="well well-lg">큰 Well</div>

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}