1. 부트스트랩 사이트를 들어간다. https://getbootstrap.com/docs/5.3/getting-started/introduction/ Get started with Bootstrap Bootstrap is a powerful, feature-packed frontend toolkit. Build anything—from prototype to production—in minutes. getbootstrap.com 2. CDN links 목록으로 가서 js와 css 코드를 복사해서 head 태그에 입력한다. 3. 부트스트랩 docs로 들어가서 원하는 디자인을 class로 가져와 원하는 태그에 적용하면 된다. https://getbootstrap.com/docs/5.3/getting-star..