freeCodeCamp/guide/english/certifications/front-end-libraries/bootstrap/index.md

22 lines
1.1 KiB
Markdown
Raw Normal View History

2018-10-12 19:37:13 +00:00
---
title: Bootstrap
---
## Bootstrap
[Bootstrap](https://www.getbootstrap.com/) is a front-end library that provides for a basic framework or layout thata user can either directly use or modify and then deploy. Their main focus is on making a mobile-friendly framework but Bootstrap works as well with desktop devices too.
Quoted from the Bootstrap website:
```
Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.
```
The framework finds employability in many front-end projects and is noe branded as the most famous HTML and CSS framework.
#### More Information:
1. [Bootstrap Documentation](https://getbootstrap.com/docs/4.1/getting-started/introduction/)
2. [Use Bootstrap](https://getbootstrap.com/docs/4.1/getting-started/download/)
3. [Bootstrap Themes](https://themes.getbootstrap.com/)
4. [Bootstrap Blog](https://blog.getbootstrap.com/)
5. [Bootstrap Open Source Page](https://github.com/twbs/bootstrap)