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

https://github.com/dbbrandt/css-grid-example

Layout of the Holy Grail page using Grid CSS.
https://github.com/dbbrandt/css-grid-example

Last synced: 3 months ago
JSON representation

Layout of the Holy Grail page using Grid CSS.

Awesome Lists containing this project

README

        

# css-grid-example

This css code leveraging Grid does the layout for a responive design, single page app.
It support four media sizes.

Web Views (Normal and wide)
1. Left Navigation bar
* Six navigation sections with fixed height
2. Top application header (right navigation bar)
3. Main content area (right of navigation and below header)
4. Footer
5. Fixed maximum width

Mobile Views (Phone and tablet)
1. Top application header
2. Main content area
3. Navigation bar with six fixed width navigation sections
4. Footer

Instruction:
Clone the repo and view index.html.