diff --git a/guide/english/bootstrap/get-started/index.md b/guide/english/bootstrap/get-started/index.md index 6c01b1e84e..21e0df2cde 100644 --- a/guide/english/bootstrap/get-started/index.md +++ b/guide/english/bootstrap/get-started/index.md @@ -2,13 +2,19 @@ title: Get Started --- ## Get Started + Bootstrap is a free and open source framework developed by Twitter that provides a variety of templates for use with front-end web development. Using Bootstrap makes it easy to design a fully responsive website and is a framework worth learning. +#### What is a responsive website? + +A responsive website is a website that resizes and rearranges the items on the page depending on the size of your browser. With a responsive website, if you resize your browser you can see the changes occur in real time. Bootstrap makes your website responsive for you. + #### What is a responsive website A responsive website is a website that resizes and rearranges items on the page depending on the size of your browser. With a responsive website, if you resize your browser you can see the changes occur in real time. Bootstrap makes your website responsive for you. -#### How do I add Bootstrap to my page +#### How do I add Bootstrap to my page? + Adding bootstrap to your page is a fast process, just add the following to the `
` tags in your code. ```html @@ -47,4 +53,5 @@ Once NPM has finished downloading and installing Bootstrap 4, there will be a ne * `/tether` which is a library for element positioning. #### More Information + * [Bootstrap's official website](http://getbootstrap.com/getting-started/)