Files
freeCodeCamp/guide/english/certifications/front-end-libraries/bootstrap/index.md
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30

1.1 KiB

title
title
Bootstrap

Bootstrap

Bootstrap 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.

  1. Bootstrap Documentation
  2. Use Bootstrap
  3. Bootstrap Themes
  4. Bootstrap Blog
  5. Bootstrap Open Source Page