Added Bootstrap's official documentation's link (#19270)

The official documentation's link should be present I think!
pull/19359/merge
Tanuj Nagpal 2018-10-16 10:11:42 +05:30 committed by Quincy Larson
parent e33f5a7b42
commit 3be33a914b
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ superBlock: Front End Libraries
## Introduction to the Bootstrap Challenges
Bootstrap is a front-end framework used to design responsive web pages and web applications. It takes a mobile-first approach to web development. Bootstrap includes pre-built CSS styles and classes, plus some JavaScript functionality.
Bootstrap uses a responsive 12 column grid layout and has design templates for:<br><br><ul><li>buttons</li><li>images</li><li>tables</li><li>forms</li><li>navigation</li></ul><br>This section introduces some of the ways to use Bootstrap in your web projects.
Bootstrap uses a responsive 12 column grid layout and has design templates for:<br><br><ul><li>buttons</li><li>images</li><li>tables</li><li>forms</li><li>navigation</li></ul><br>To know more about it and how to include Bootstrap in your projects visit [Bootstrap](https://getbootstrap.com/docs/4.1/getting-started/introduction/)<br>This section introduces some of the ways to use Bootstrap in your web projects.