Skip to content
Permalink
b8805c457f
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (23 sloc) 832 Bytes
# Class9
Intro to Responsive Design!
## Responsive Design
1. What is it?
2. How do we implement it?
3. Viewport
4. Grid System
5. Media Queries
## Responsive Design Frameworks
1. Bootstrap
2. How to add to your site
3. How to use it
## Final Project Intro
1. [Rubric](https://docs.google.com/document/d/1JZ9Le69glXBP6vCapgpNPdklcn8AlOML9YQjduaLhfY/edit?usp=sharing)
2. GitHub with large groups
3. What is a pull request?
### Resources
- [Responsive Design Intro](https://www.w3schools.com/Css/css_rwd_intro.asp)
- [Viewports](https://www.w3schools.com/Css/css_rwd_viewport.asp)
- [Grid System](https://www.w3schools.com/Css/css_rwd_grid.asp)
- [Bootstrap](https://getbootstrap.com/)
- [GitHub Pull Requests](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)
- [Media Queries]()