Skip to content

beryl-dlg/grid-layout-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSS grid layout demo

The aim of CSS was to separate content and style but our layouts are as tied to our markup as ever. Grid layout has the chance to deliver a huge shift in the way we rationalise layout systems for the web and drastically reduce the complexity of the markup and styles currently required.

System dependencies

  • Node 4+

Local setup

# clone this repo
git clone [email protected]:i-like-robots/grid-layout-demo.git && cd grid-layout-demo

# install dependencies
npm install

# build the demo
npm run build

# open the demo
open public/index.html

About

The FT.com front page re-created with CSS grid layout

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.2%
  • Shell 31.4%
  • HTML 13.5%
  • JavaScript 3.9%