{"id":22151234,"url":"https://github.com/davidmartinperez/css-grid","last_synced_at":"2026-04-28T23:01:46.193Z","repository":{"id":92999140,"uuid":"141812493","full_name":"DavidMartinPerez/css-grid","owner":"DavidMartinPerez","description":"Creaciones de diferentes layout con grid-css","archived":false,"fork":false,"pushed_at":"2018-07-22T13:12:12.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T18:23:33.344Z","etag":null,"topics":["css","css3","css3-grid","grid","grid-css"],"latest_commit_sha":null,"homepage":"","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/DavidMartinPerez.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":"2018-07-21T12:56:39.000Z","updated_at":"2019-07-11T18:22:55.000Z","dependencies_parsed_at":"2023-04-12T14:31:13.589Z","dependency_job_id":null,"html_url":"https://github.com/DavidMartinPerez/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/DavidMartinPerez%2Fcss-grid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMartinPerez%2Fcss-grid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMartinPerez%2Fcss-grid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DavidMartinPerez%2Fcss-grid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DavidMartinPerez","download_url":"https://codeload.github.com/DavidMartinPerez/css-grid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245276094,"owners_count":20588895,"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","css3","css3-grid","grid","grid-css"],"created_at":"2024-12-02T00:31:30.043Z","updated_at":"2026-04-28T23:01:46.101Z","avatar_url":"https://github.com/DavidMartinPerez.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GRID-CSS\n\n## Conceptos esenciales:\n\n## Grid Line:\nLineas del grid pueden ser horizontales o verticales\n\n## Grid Track:\nNombre genérico para un GRID row o GRID column, Espacio vertical u horizontal entre dos grid lines consecutivas.\nDefine la altura de un GRID column o la anchura de un GRID row.\n\n## GRID cell:\nLa intersección de un GRID row y un GRID column forma un GRID Cell\n\n## GRID area:\nCualquier porción del GRID contenida entre 4 GRID lines.\n\nPuede contener N numeros de Grid cells\n\n------\n\n# Utilización:\n\n## Inicializar:\n\n* display: grid\n* grid-gap: tamaño de separación entre cell\n\n## GRID TEMPLATES:\n\n* grid-template-columns: El tamaño de las columnas\n* grid-template-rows: El tamaño de las filas\n* grid-template-rows: filas / columnas (horizontal / vertical)\n* grid-area-templates: Ordenar las areas por sus nombres\n* grid-area: Definir el nombre de un area\n\n## Alineación\n\n* justify-items: Grid eje de filas\n* align-items: Grid eje de columnas\n* justify-self: alineacion del hijo - eje de filas\n* align-self: alineacion del hijo - eje de columnas","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmartinperez%2Fcss-grid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidmartinperez%2Fcss-grid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidmartinperez%2Fcss-grid/lists"}