부트스트랩은 프론트엔드에 대한 최소한의 지식으로 다양하고 예쁘게 꾸밀 수 있도록 도와주는 도구
부트스트랩의 장점 중 하나는 설치를 하지 않아도 된다는 점
HTML 파일에 <head>태그 안에 링크들만 넣어두면 작동
<!DOCTYPE html>
<html>
<head>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW" crossorigin="anonymous"></script>
</head>
<body>
</body>
</html>
getbootstrap.com/docs/5.0/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
728x90
'AI월드 > ⚙️AI BOOTCAMP_Section 3' 카테고리의 다른 글
프로젝트)소울푸드 다다익선_Day56~59 (0) | 2021.03.25 |
---|---|
Python, Flask, Tutorial 정복 (0) | 2021.03.22 |
flask 렌더템플릿 & jinja 기본_Day52(5) (0) | 2021.03.19 |
Flask 기본_Day52(4) (0) | 2021.03.19 |
IP주소와 IP로 알수 있는 것, IPv6_Day52(3) (0) | 2021.03.19 |
댓글