일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
- #select#from#distinct
- #C언어#do#while#계산기
- #db#join#inner#cross
- #자바스크립트#시계#실시간시계
- #db#where
- #자바스크립트#접속시간#시간
- #html#프레임
- #C언어#성적처리#점수#등급
- #db#froup#by
- #클릭#숨기기#보이기
- #db#데이터베이스#select
- #alert#자바스크립트#radio#check
- #자바스크립트#만년달력#달력
- #C언어#do#while#계산기#함수
- #자바스크립트#회원가입#유효성#검사
- #C언어#for#간단#예제
- #html#테이블#table
- #C언어#타입#printf
- #C언어#switch#case#계산기#함수
- #증감#연산자
- #jQuery#mouse#over
- #C언어#scanf#fflush
- #자바스크립트#alert
- #C언어#사각형
- #alert#자바스크립트#checkbox#alert
- #C언어#숫자비교#삼항연산자
- #db#order#by
- #C언어#if
- #자바스크립트#텍스트#알람#alert
- #getElementById#id
- Today
- Total
선택장애
부트스트랩 - 버튼크기,색상(반응형) 본문
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="ko">
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<!-- jQuery받아오기 위해서 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- 합쳐지고 최소화된 최신 CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Insert title here</title>
</head>
<body>
<button type="button" class="btn">기본 버튼1</button>
<button type="button" class="btn btn-primary">기본 버튼22</button>
<button type="button" class="btn btn-warning">기본 버튼333</button><br><br>
<button type="button" class="btn btn-lg">기본 버튼1</button>
<button type="button" class="btn btn-primary btn-lg">기본 버튼22</button>
<button type="button" class="btn btn-warning btn-lg">기본 버튼333</button><br><br>
<button type="button" class="btn btn-sm">기본 버튼1</button>
<button type="button" class="btn btn-primary btn-sm">기본 버튼22</button>
<button type="button" class="btn btn-warning btn-sm">기본 버튼333</button><br><br>
<button type="button" class="btn btn-xs">기본 버튼1</button>
<button type="button" class="btn btn-primary btn-xs">기본 버튼22</button>
<button type="button" class="btn btn-warning btn-xs">기본 버튼333</button><br><br>
</body>
</html>
'부트스트랩' 카테고리의 다른 글
부트스트랩 - 게시판 뷰 페이지(반응형) (0) | 2017.08.14 |
---|---|
부트스트랩 - 텍스트 색상(반응형) (0) | 2017.08.14 |