https://github.com/oakmac/example-responsive-layout
An example responsive layout of a newspaper.
https://github.com/oakmac/example-responsive-layout
Last synced: 30 days ago
JSON representation
An example responsive layout of a newspaper.
- Host: GitHub
- URL: https://github.com/oakmac/example-responsive-layout
- Owner: oakmac
- Created: 2017-03-03T00:51:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T02:36:19.000Z (over 9 years ago)
- Last Synced: 2025-03-23T11:14:08.553Z (about 1 year ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSS Responsive Layout Example
Live-teaching my class about `em` and `rem` and media
queries.
## Development Setup
Make sure [sass] is install, and then compile CSS with:
```sh
sass --watch scss/main.css:css/main.css
```
[sass]:http://sass-lang.com/
## License
ISC License