Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonkarns/fe-rwd-exercise
https://github.com/jasonkarns/fe-rwd-exercise
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jasonkarns/fe-rwd-exercise
- Owner: jasonkarns
- Created: 2015-06-21T20:48:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-21T20:55:52.000Z (over 9 years ago)
- Last Synced: 2024-10-11T07:14:03.107Z (28 days ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Lineman Application
Try to do the following exercises without touching the HTML.
Starting at the `start` branch, use media queries to make the layout match the screenshots at the various widths.
1. default (build for mobile first and it will be usable by anyone, even older browsers that don't support media queries)
![](1-mobile-first.png)
2. over 40em
![](2-small.png)
3. over 50em
![](3-medium.png)
4. over 70em
![](4-large.png)