728x90
반응형
💡 부트스트랩(BootStrap)
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
반응형
'Back-End > Spring Boot' 카테고리의 다른 글
Spring Boot - MyBatis 추가 (0) | 2022.07.22 |
---|---|
Spring Boot - 스프링 시큐리티 (0) | 2022.07.22 |
Spring Boot - Maven Repository 확인하기 (0) | 2022.07.22 |
Spring Boot - Spring DATA JPA Querydsl (0) | 2022.07.22 |
Spring Boot - 쿼리 메소드 (0) | 2022.07.22 |
댓글