diff --git a/guide/english/bootstrap/get-started/index.md b/guide/english/bootstrap/get-started/index.md index 5dff4a969f..6c01b1e84e 100644 --- a/guide/english/bootstrap/get-started/index.md +++ b/guide/english/bootstrap/get-started/index.md @@ -5,6 +5,7 @@ title: 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 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 @@ -15,7 +16,7 @@ Adding bootstrap to your page is a fast process, just add the following to the ` Some Bootstrap components require other JavaScript files, check out the Bootstrap documentation here to find the latest scripting files. -You will also need to add the following between the `body` tags in your code. With bootstrap you'll be using `