{"id":19145754,"url":"https://github.com/xremix/flexgrid","last_synced_at":"2026-06-22T11:31:30.808Z","repository":{"id":87477685,"uuid":"48483782","full_name":"xremix/Flexgrid","owner":"xremix","description":"A lightweight CSS3 flex box based grid","archived":false,"fork":false,"pushed_at":"2017-12-11T10:30:15.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-22T19:46:01.099Z","etag":null,"topics":["breakpoint","css3","css3-flexbox","flexbox","flexgrid","grid","grid-layout","html5"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xremix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2015-12-23T10:07:03.000Z","updated_at":"2019-04-07T12:34:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e0656037-ec41-4f14-a059-1c36911c5bff","html_url":"https://github.com/xremix/Flexgrid","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xremix/Flexgrid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2FFlexgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2FFlexgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2FFlexgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2FFlexgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xremix","download_url":"https://codeload.github.com/xremix/Flexgrid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xremix%2FFlexgrid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34647747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["breakpoint","css3","css3-flexbox","flexbox","flexgrid","grid","grid-layout","html5"],"created_at":"2024-11-09T07:42:15.559Z","updated_at":"2026-06-22T11:31:30.780Z","avatar_url":"https://github.com/xremix.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flexgrid\nA super lightweight CSS3 flex box based grid\n\n\n[Demo](https://rawgit.com/xremix/Flexgrid/master/demo.html)\n\n## Features\n- CSS Only\n- Super Lightweight (Only 3KB)\n- Rows will size to the same height\n\n## Browser compatiblity\n\nAll modern web browsers, IE9 and later are supported.\nFor more details check [Can I use.com](http://caniuse.com/#search=flex)\n\n## Usage\n#### Basic\n```HTML\n\u003cdiv class=\"flexgrid\"\u003e\n\t\u003cdiv class=\"flex-xs-1\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 1\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"flex-xs-2\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 2\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"flex-xs-3\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 3\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"flex-xs-4\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 4\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"flex-xs-2\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 2\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n```\n\n#### Offset\n```HTML\n\u003cdiv class=\"flexgrid\"\u003e\n\t\u003cdiv class=\"flex-xs-6 flex-xs-offset-6\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 1\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"flex-xs-5 flex-xs-offset-7\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 1\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"flex-xs-4 flex-xs-offset-8\"\u003e\n\t\t\u003cdiv class=\"item-content\"\u003eXS 1\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n```\n\n## Documentation\n### Breakpoints\n\nFlexgrid is using the same Breakpoints as Boostrap 3\n\n| Class        | Size           |\n| ------------- |:-------------:|\n| flex-xs-      | \u003e 768px |\n| flex-sm-      | \u003c 768px |\n| flex-md-      | \u003c 992px |\n| flex-lg-      | \u003c 1200px |\n\n### Offset\nThe offset works the same way than the grid itself `flex-xs-offset-`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxremix%2Fflexgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxremix%2Fflexgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxremix%2Fflexgrid/lists"}