diff --git a/guide/english/bootstrap/index.md b/guide/english/bootstrap/index.md index 47b4df1add..d932005aaf 100644 --- a/guide/english/bootstrap/index.md +++ b/guide/english/bootstrap/index.md @@ -11,6 +11,9 @@ Bootstrap is a popular front-end framework for web development. It contains pre- Bootstrap includes a responsive grid system for varying layouts. It is a great starting point for building a mobile friendly website. It also includes optional JavaScript functionality like collapsible content, carousels, and modals. +#### Why Use Bootstrap? +Bootstrap provides an easy solution both for design and responsiveness. It is packed with beautiful elements that can be further styled with your own custom CSS, as well as a full grid system to keep your website responsive across all screens while using a clean and understandable syntax. +You can build a professional looking website without any CSS or JavaScript and easily customize the elements if needed #### Version History @@ -55,7 +58,6 @@ You can download and install the Bootstrap source files with Bower, Composer, Me `gem 'bootstrap', '~> 4.1.3'` - _Note: These are only examples and may change without notice. Please refer to the _Bootstrap website_ for the most up-to-date links._ #### The Bootstrap Grid System