Removed unnecessary word (#28282)

Removed "that" in the "What is a responsive website" section.
pull/28290/head
Jerica Harwood 2018-10-24 20:45:31 -04:00 committed by Martin Payne
parent 23b01f5d6d
commit 0b878890ad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +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. 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 #### What is a responsive website
A responsive website is a website that resizes and rearranges that 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. 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 `<head>` tags in your code. Adding bootstrap to your page is a fast process, just add the following to the `<head>` tags in your code.