Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jasonkarns/fe-rwd-exercise


https://github.com/jasonkarns/fe-rwd-exercise

Last synced: 5 days ago
JSON representation

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)