├── README.md ├── images ├── bg-pattern-quotation.svg ├── favicon-32x32.png ├── image-daniel.jpg ├── image-jeanette.jpg ├── image-jonathan.jpg ├── image-kira.jpg └── image-patrick.jpg ├── index.html ├── style-start.css └── style.css /README.md: -------------------------------------------------------------------------------- 1 | # learn-grid-the-easy-way -------------------------------------------------------------------------------- /images/bg-pattern-quotation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/bg-pattern-quotation.svg -------------------------------------------------------------------------------- /images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/favicon-32x32.png -------------------------------------------------------------------------------- /images/image-daniel.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/image-daniel.jpg -------------------------------------------------------------------------------- /images/image-jeanette.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/image-jeanette.jpg -------------------------------------------------------------------------------- /images/image-jonathan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/image-jonathan.jpg -------------------------------------------------------------------------------- /images/image-kira.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/image-kira.jpg -------------------------------------------------------------------------------- /images/image-patrick.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/images/image-patrick.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/index.html -------------------------------------------------------------------------------- /style-start.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/style-start.css -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kevin-powell/learn-grid-the-easy-way/HEAD/style.css --------------------------------------------------------------------------------