Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.71 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.71 KB

Solved by Grid

Solved by Grid is a personal collection of common HTML templates solved by the built-in CSS Grid feature.

CSS Grid allows to build complex layouts very simply and it is easy to learn.

Layout demo name Preview
Sidenav footer 1 sidenav-footer-1
Sidenav footer 2 sidenav-footer-2
Holy grail holy-grail
Sticky footer sticky-footer
Navbar-to-sidenav-toggle navbar-to-sidenav-toggle

Contribute

Clone this repository and run yarn install (yarn must be installed on your system) then run yarn start which runs a local webserver using browser-sync. Make sure your web browser supports CSS Grids.

Create additional layouts in folders like my-new-template and link to it from the root index.html.

Kudos