본문 바로가기
Back-End/Spring Boot

Spring Boot - BootStrap

by 코젼 2022. 7. 22.
728x90
반응형

2022-07-22(25일차)


💡 부트스트랩(BootStrap)

부트스트랩 이미지

https://getbootstrap.com/

 

Bootstrap

The most popular HTML, CSS, and JS library in the world.

getbootstrap.com

◾ 부트스트랩 홈페이지에 들어가서 상단에 있는 Examples를 클릭하면 여러가지 템플릿을 사용할 수 있습니다.

◾ 부트스트랩은 CSS, JS, Popper.js, JQuery등으로 이루어져 있습니다.

🔸 CSS

<link rel = "stylesheet" href = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">

 

🔸 JS, Popper.js, and JQuery

<script src = "https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
728x90
반응형

댓글