https://github.com/zirho/layout
Layout starter
https://github.com/zirho/layout
css fixed-header fixed-sidebar html layout sticky-footer template
Last synced: about 1 year ago
JSON representation
Layout starter
- Host: GitHub
- URL: https://github.com/zirho/layout
- Owner: zirho
- Created: 2017-04-03T18:40:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T02:54:50.000Z (about 9 years ago)
- Last Synced: 2025-02-04T19:45:17.766Z (over 1 year ago)
- Topics: css, fixed-header, fixed-sidebar, html, layout, sticky-footer, template
- Language: HTML
- Homepage: https://zirho.github.io/layout/
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```
git clone https://github.com/zirho/layout
cd layout
yarn
yarn start
```
## Responsive layout with
* browser-sync server
* auto refresh when files are updated
* 100% HTML & CSS
* fixed header
* sticky footer
* responsive left sidebar
#### Customize
* Header height: 50px;
* Footer height: 50px;
* Sidebar width: 200px;
* Responsive point at width 1200px;
