반응형
SMALL
- cdn 및 다운로드 경로 (영문으로 bootstrap 검색!)
- https://getbootstrap.com/
Bootstrap
The most popular HTML, CSS, and JS library in the world.
getbootstrap.com
-CDN 연결
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
</body>
</html>
- 다양한 클래스 , 그리드 등을 참고하기 위해선 여기서 검색!
- https://getbootstrap.com/docs/5.1/getting-started/introduction/
Introduction
Get started with Bootstrap, the world’s most popular framework for building responsive, mobile-first sites, with jsDelivr and a template starter page.
getbootstrap.com
참고로 알아두면 좋은 페이지
부트스트랩 내 Examples 보기
무료 테마 : https://startbootstrap.com
테마 구매 : https://themes.getbootstrap.com
테마 구매 : https://wrapbootstrap.com
테마 구매 : https://themeforest.net/search/bootstrap
서버유지 : https://www.iwinv.kr
텍스트 에디터 : https://summernote.org/,
https://ui.toast.com/tui-editor
경고창 : https://sweetalert2.github.io/
반응형
LIST
'퍼블리싱 > 부트스트랩' 카테고리의 다른 글
부트스트랩-그리드 시스템 (0) | 2022.01.18 |
---|