안녕하세요 부트 스트랩 사용법 입니다
저의는 bootstrapk 를 사용합니다
https://github.com/twbs/bootstrap/releases/download/v3.3.2/bootstrap-3.3.2-dist.zip
다운로드하고, 압축을 해제하면 다음과 같은 부트스트랩 구조를 볼 수 있습니다:
Copy
bootstrap/
├── css/
│ ├── bootstrap.css
│ ├── bootstrap.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap-theme.css
│ ├── bootstrap-theme.css.map
│ └── bootstrap-theme.min.css
├── js/
│ ├── bootstrap.js
│ └── bootstrap.min.js
└── fonts/
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
├── glyphicons-halflings-regular.woff
└── glyphicons-halflings-regular.woff2
이것은 부트스트랩이 어느 웹프로젝트에도 쉽게 적용하기 위한 가장 기본적인 형태입니다. 우리는 컴파일된 CSS 와 JS 를 제공하고, 컴파일되고 최소화된 CSS 와 JS 도 제공합니다. 그리고 Glyphicons 의 폰트 파일들과 부가적인 부트스트랩 테마 파일들도 있습니다. CSS 은 일부 브라우저의 개발자 툴에서 사용 가능합니다. Glyphicons 의 폰트는 부가적인 부트스트랩 테마에 포함되어 있습니다