2 개의 서로 다른 열
2 개의 서로 다른 열
다음 예는 태블릿에서 시작하여 대형 데스크톱으로 확장하는 두 개의 다양한 너비 열을 얻는 방법을 보여줍니다.
예
<div class="row">
<div class="col-sm-4">.col-sm-4</div>
<div class="col-sm-8">.col-sm-8</div>
</div>
[전체소스]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<h1>Hello World!</h1>
<p>Resize the browser window to see the effect.</p>
<div class="row">
<div class="col-sm-4" style="background-color:lavender;">.col-sm-4</div>
<div class="col-sm-8" style="background-color:lavenderblush;">.col-sm-8</div>
</div>
</div>
</body>
</html>
다음 예는 태블릿에서 시작하여 대형 데스크톱으로 확장하는 두 개의 다양한 너비 열을 얻는 방법을 보여줍니다.
예
<div class="row">
<div class="col-sm-4">.col-sm-4</div>
<div class="col-sm-8">.col-sm-8</div>
</div>
[전체소스]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container-fluid">
<h1>Hello World!</h1>
<p>Resize the browser window to see the effect.</p>
<div class="row">
<div class="col-sm-4" style="background-color:lavender;">.col-sm-4</div>
<div class="col-sm-8" style="background-color:lavenderblush;">.col-sm-8</div>
</div>
</div>
</body>
</html>
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 58 | jQuery Mobile | 8년 전 | 2988 | ||
| 57 | jQuery Mobile | 8년 전 | 2032 | ||
| 56 | jQuery Mobile | 8년 전 | 1368 | ||
| 55 | jQuery Mobile | 8년 전 | 1559 | ||
| 54 | jQuery Mobile | 8년 전 | 2240 | ||
| 53 | jQuery Mobile | 8년 전 | 1542 | ||
| 52 | jQuery Mobile | 8년 전 | 1561 | ||
| 51 | jQuery Mobile | 8년 전 | 1428 | ||
| 50 | jQuery Mobile | 8년 전 | 1318 | ||
| 49 | jQuery Mobile | 8년 전 | 1820 | ||
| 48 | jQuery Mobile | 8년 전 | 1462 | ||
| 47 | jQuery Mobile | 8년 전 | 2021 | ||
| 46 | jQuery Mobile | 8년 전 | 1982 | ||
| 45 | jQuery Mobile | 8년 전 | 1514 | ||
| 44 | jQuery Mobile | 8년 전 | 1679 | ||
| 43 | jQuery Mobile | 8년 전 | 1792 | ||
| 42 | jQuery Mobile | 8년 전 | 1668 | ||
| 41 | jQuery Mobile | 8년 전 | 1836 | ||
| 40 | jQuery Mobile | 8년 전 | 1484 | ||
| 39 | jQuery Mobile | 8년 전 | 1636 | ||
| 38 | jQuery Mobile | 8년 전 | 2182 | ||
| 37 | jQuery Mobile | 8년 전 | 2685 | ||
| 36 | jQuery Mobile | 8년 전 | 2137 | ||
| 35 | jQuery Mobile | 8년 전 | 1525 | ||
| 34 | jQuery Mobile | 8년 전 | 2429 | ||
| 33 | AngularJS | 8년 전 | 2877 | ||
| 32 | AngularJS | 8년 전 | 2439 | ||
| 31 | AngularJS | 8년 전 | 1768 | ||
| 30 | AngularJS | 8년 전 | 2845 | ||
| 29 | AngularJS | 8년 전 | 2404 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기