├── CSS Grid website - Responsive └── CSS Grid website - Responsive │ ├── header.jpg │ ├── index.html │ └── style.css ├── CSS Grid website - non-responsive └── CSS Grid website │ ├── header.jpg │ ├── index.html │ └── style.css ├── Grid layout 1 └── Grid layout 1 │ ├── index.html │ └── style.css ├── Grid layout 2 └── Grid layout 2 │ ├── index.html │ └── style.css ├── Grid layout 3 └── Grid layout 3 │ ├── index.html │ └── style.css ├── Grid layout 4 └── Grid layout 4 │ ├── index.html │ └── style.css ├── LICENSE └── README.md /CSS Grid website - Responsive/CSS Grid website - Responsive/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/CSS Grid website - Responsive/CSS Grid website - Responsive/header.jpg -------------------------------------------------------------------------------- /CSS Grid website - Responsive/CSS Grid website - Responsive/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/CSS Grid website - Responsive/CSS Grid website - Responsive/index.html -------------------------------------------------------------------------------- /CSS Grid website - Responsive/CSS Grid website - Responsive/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/CSS Grid website - Responsive/CSS Grid website - Responsive/style.css -------------------------------------------------------------------------------- /CSS Grid website - non-responsive/CSS Grid website/header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/CSS Grid website - non-responsive/CSS Grid website/header.jpg -------------------------------------------------------------------------------- /CSS Grid website - non-responsive/CSS Grid website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/CSS Grid website - non-responsive/CSS Grid website/index.html -------------------------------------------------------------------------------- /CSS Grid website - non-responsive/CSS Grid website/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/CSS Grid website - non-responsive/CSS Grid website/style.css -------------------------------------------------------------------------------- /Grid layout 1/Grid layout 1/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 1/Grid layout 1/index.html -------------------------------------------------------------------------------- /Grid layout 1/Grid layout 1/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 1/Grid layout 1/style.css -------------------------------------------------------------------------------- /Grid layout 2/Grid layout 2/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 2/Grid layout 2/index.html -------------------------------------------------------------------------------- /Grid layout 2/Grid layout 2/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 2/Grid layout 2/style.css -------------------------------------------------------------------------------- /Grid layout 3/Grid layout 3/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 3/Grid layout 3/index.html -------------------------------------------------------------------------------- /Grid layout 3/Grid layout 3/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 3/Grid layout 3/style.css -------------------------------------------------------------------------------- /Grid layout 4/Grid layout 4/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 4/Grid layout 4/index.html -------------------------------------------------------------------------------- /Grid layout 4/Grid layout 4/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/Grid layout 4/Grid layout 4/style.css -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Practice-CSS-Grid-Projects-to-Build-Modern-Real-World-Websites/HEAD/README.md --------------------------------------------------------------------------------