본문 바로가기

퍼블리싱/부트스트랩

부트스트랩 정리

반응형
SMALL
 

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>

 

 

 

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