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

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

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;

![Layout](./screenshot.png)