From 605e8883b605afdbc12602b19f004c235bc80b92 Mon Sep 17 00:00:00 2001 From: Monacop2 <44367066+Monacop2@users.noreply.github.com> Date: Mon, 8 Apr 2019 14:09:09 -0400 Subject: [PATCH] Fixed grammatical errors (#28205) also added a line above "More Information" --- guide/english/bootstrap/get-started/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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/)