부트스트랩 CSS 버튼 참조


버튼 색상


버튼 크기


활성/비활성화 버튼


블록 레벨 버튼


버튼 그룹


버튼 클래스

아래 클래스는 <a>, <button> 또는 <input> 요소의 스타일을 지정하는 데 사용할 수 있습니다.

Class Description Example
.btn Adds basic styling to any button
.btn-default Indicates a default/standard button
.btn-primary Provides extra visual weight and identifies the primary action in a set of buttons
.btn-success Indicates a successful or positive action
.btn-info Contextual button for informational alert messages
.btn-warning Indicates caution should be taken with this action
.btn-danger Indicates a dangerous or potentially negative action
.btn-link Makes a button look like a link (will still have button behavior)
.btn-lg Makes a large button
.btn-sm Makes a small button
.btn-xs Makes an extra small button
.btn-block Makes a block-level button (spans the full width of the parent element)
.active Makes the button appear pressed
.disabled Makes the button disabled
.navbar-btn Vertically aligns a button inside a navbar

버튼 그룹 클래스

아래 클래스는 <a>, <button> 또는 <input> 요소의 스타일을 지정하는 데 사용할 수 있습니다.

Class Description Example
.btn-group Groups buttons together on a single line
.btn-group-justified Makes a group of buttons span the entire width of the screen
.btn-group-lg Large button group (makes all buttons in a button group larger - increased font-size and padding)
.btn-group-sm Small button group (makes all buttons in a button group smaller)
.btn-group-xs Extra small button group (makes all buttons in a button group extra small)
.btn-group-vertical Makes a button group appear vertically stacked