diff --git a/guide/english/bootstrap/index.md b/guide/english/bootstrap/index.md index 0560cd4d40..ffe3d1b0d3 100644 --- a/guide/english/bootstrap/index.md +++ b/guide/english/bootstrap/index.md @@ -3,6 +3,10 @@ title: Bootstrap --- ## Bootstrap +![Bootstrap Logo][logo] + +[logo]: https://getbootstrap.com/docs/4.1/assets/img/bootstrap-stack.png + Bootstrap is a popular front-end framework for web development. It contains pre-built components and design elements to style HTML content. Modern browsers such as Chrome, Firefox, Opera, Safari, and Internet Explorer support Bootstrap. 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.