Fixed grammatical errors (#28205)

also added a line above "More Information"
This commit is contained in:
Monacop2
2019-04-08 14:09:09 -04:00
committed by The Coding Aviator
parent 7af56fd76c
commit 605e8883b6

View File

@ -2,13 +2,19 @@
title: Get Started title: Get Started
--- ---
## 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. 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 #### 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. 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.
```html ```html
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
@ -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. * `/tether` which is a library for element positioning.
#### More Information #### More Information
* [Bootstrap's official website](http://getbootstrap.com/getting-started/) * [Bootstrap's official website](http://getbootstrap.com/getting-started/)