{"id":18250647,"url":"https://github.com/eneax/learn-css-grid","last_synced_at":"2026-03-19T03:31:27.539Z","repository":{"id":103948180,"uuid":"185073645","full_name":"eneax/learn-css-grid","owner":"eneax","description":"25 exercises to master CSS Grid by Wes Bos","archived":false,"fork":false,"pushed_at":"2019-05-19T20:10:47.000Z","size":2796,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T16:22:40.087Z","etag":null,"topics":["css-grid","cssgrid","html-css","wesbos"],"latest_commit_sha":null,"homepage":"https://eneax.github.io/learn-css-grid","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eneax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-05T19:29:57.000Z","updated_at":"2023-04-11T15:25:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"3da01992-adef-4c00-8eb5-0d5b96243e57","html_url":"https://github.com/eneax/learn-css-grid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneax%2Flearn-css-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneax%2Flearn-css-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneax%2Flearn-css-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eneax%2Flearn-css-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eneax","download_url":"https://codeload.github.com/eneax/learn-css-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247922016,"owners_count":21018703,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css-grid","cssgrid","html-css","wesbos"],"created_at":"2024-11-05T09:45:27.667Z","updated_at":"2026-01-21T19:35:36.088Z","avatar_url":"https://github.com/eneax.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CSSGrid](/css-grid.png)\n# CSS Grid\n\nThis repo contains all the exercises for the [CSS Grid](https://cssgrid.io) video course by [Wes Bos](https://wesbos.com).\n\n\n* [02-Starter-Files-and-Tooling-Setup](https://eneax.github.io/learn-css-grid/02-Starter-Files-and-Tooling-Setup)\n\n* [03-CSS-Grid-Fundamentals](https://eneax.github.io/learn-css-grid/03-CSS-Grid-Fundamentals)\n\n* [04-CSS-Grid-DevTools](https://eneax.github.io/learn-css-grid/04-CSS-Grid-DevTools)\n\n* [05-CSS-Grid-Implicit-vs-Explicit-Tracks](https://eneax.github.io/learn-css-grid/05-CSS-Grid-Implicit-vs-Explicit-Tracks)\n\n* [06-CSS-grid-auto-flow-Explained](https://eneax.github.io/learn-css-grid/06-CSS-grid-auto-flow-Explained)\n\n* [07-Sizing-tracks-in-CSSGrid](https://eneax.github.io/learn-css-grid/07-Sizing-tracks-in-CSSGrid)\n\n* [08-CSSGrid-repeat-function](https://eneax.github.io/learn-css-grid/08-CSSGrid-repeat-function)\n\n* [09-Sizing-Grid-Items](https://eneax.github.io/learn-css-grid/09-Sizing-Grid-Items)\n\n* [10-Placing-Grid-Items](https://eneax.github.io/learn-css-grid/10-Placing-Grid-Items)\n\n* [11-Spanning-and-Placing-Cardio](https://eneax.github.io/learn-css-grid/11-Spanning-and-Placing-Cardio)\n\n* [12-auto-fit-and-auto-fill](https://eneax.github.io/learn-css-grid/12-auto-fit-and-auto-fill)\n\n* [13-Using-minmax()-for-Responsive-Grids](https://eneax.github.io/learn-css-grid/13-Using-minmax()-for-Responsive-Grids)\n\n* [14-Grid-Template-Areas](https://eneax.github.io/learn-css-grid/14-Grid-Template-Areas)\n\n* [15-Naming-Lines-in-CSS-Grid](https://eneax.github.io/learn-css-grid/15-Naming-Lines-in-CSS-Grid)\n\n* [16-grid-auto-flow-dense-Block-Fitting](https://eneax.github.io/learn-css-grid/16-grid-auto-flow-dense-Block-Fitting)\n\n* [17-CSSGrid-Alignment+Centering](https://eneax.github.io/learn-css-grid/17-CSSGrid-Alignment+Centering)\n\n* [18-Re-ordering-Grid-Items](https://eneax.github.io/learn-css-grid/18-Re-ordering-Grid-Items)\n\n* [19-Nesting-Grid-with-Album-Layouts](https://eneax.github.io/learn-css-grid/19-Nesting-Grid-with-Album-Layouts)\n\n* [20-CSS-Grid-Image-Gallery](https://eneax.github.io/learn-css-grid/20-CSS-Grid-Image-Gallery)\n\n* [21-Flexbox-vs-CSSGrid](https://eneax.github.io/learn-css-grid/21-Flexbox-vs-CSSGrid)\n\n* [22-Recreating-Codepen](https://eneax.github.io/learn-css-grid/22-Recreating-Codepen)\n\n* [23-Bootstrappy-Grid-with-CSS-Variables](https://eneax.github.io/learn-css-grid/23-Bootstrappy-Grid-with-CSS-Variables)\n\n* [24-Responisve-Website](https://eneax.github.io/learn-css-grid/24-Responisve-Website)\n\n* [25-Full-Bleed-Blog-Layout](https://eneax.github.io/learn-css-grid/25-Full-Bleed-Blog-Layout)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feneax%2Flearn-css-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feneax%2Flearn-css-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feneax%2Flearn-css-grid/lists"}