{"id":13464030,"url":"https://github.com/chrisnager/ungrid","last_synced_at":"2025-05-16T05:05:02.237Z","repository":{"id":14521520,"uuid":"17235594","full_name":"chrisnager/ungrid","owner":"chrisnager","description":"ungrid - the simplest responsive css grid","archived":false,"fork":false,"pushed_at":"2020-04-22T18:49:38.000Z","size":160,"stargazers_count":1287,"open_issues_count":1,"forks_count":55,"subscribers_count":48,"default_branch":"gh-pages","last_synced_at":"2025-05-05T07:21:52.983Z","etag":null,"topics":["bower","css","css-grid","grid","npm","responsive","simple","ungrid","vanilla-css"],"latest_commit_sha":null,"homepage":"http://chrisnager.github.io/ungrid","language":"CSS","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/chrisnager.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"chrisnager","open_collective":"ungrid"}},"created_at":"2014-02-27T03:47:18.000Z","updated_at":"2025-04-28T14:14:44.000Z","dependencies_parsed_at":"2022-08-30T20:01:04.104Z","dependency_job_id":null,"html_url":"https://github.com/chrisnager/ungrid","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnager%2Fungrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnager%2Fungrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnager%2Fungrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chrisnager%2Fungrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chrisnager","download_url":"https://codeload.github.com/chrisnager/ungrid/tar.gz/refs/heads/gh-pages","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253129013,"owners_count":21858548,"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":["bower","css","css-grid","grid","npm","responsive","simple","ungrid","vanilla-css"],"created_at":"2024-07-31T14:00:32.447Z","updated_at":"2025-05-16T05:05:02.215Z","avatar_url":"https://github.com/chrisnager.png","language":"CSS","funding_links":["https://github.com/sponsors/chrisnager","https://opencollective.com/ungrid"],"categories":["CSS"],"sub_categories":[],"readme":"![ungrid logo](../gh-pages/favicon.png \"ungrid logo\")\n\n# ungrid [![npm version](https://badge.fury.io/js/ungrid.svg)](http://badge.fury.io/js/ungrid) [![Bower version](https://badge.fury.io/bo/ungrid.svg)](http://badge.fury.io/bo/ungrid)\n\nthe simplest responsive css grid\n\n\n\n## What's this?\n\n__ungrid__ is a tiny, responsive, table-based CSS grid system. The entire `ungrid.css` file is 97 bytes minified.\n\n```css\n@media (min-width: 30em) {\n    .row { width: 100%; display: table; table-layout: fixed; }\n    .col { display: table-cell; }\n}\n```\n\n\n\n## Get started\n\n- Install with [npm](//www.npmjs.com/package/ungrid) `npm install ungrid`\n- Install with [Bower](//bower.io) `bower install ungrid`\n- Or just copy and paste the contents of ungrid.min.css into your CSS file.\n\n\n\n## How to use\n\nTo use, simply put as many `.col`s as you wish in your `.row`s and the `.col`s will automatically be evenly spaced. This allows you to roll your own simple grids. [See it in action](//codepen.io/chrisnager/pen/ypokv?editors=1100).\n\n```html\n\u003cdiv class=\"row\"\u003e\n    \u003cdiv class=\"col\"\u003e⚜\u003c/div\u003e\n    \u003cdiv class=\"col\"\u003e⚜\u003c/div\u003e\n    \u003cdiv class=\"col\"\u003e⚜\u003c/div\u003e\n    …\n    \u003cdiv class=\"col\"\u003e⚜\u003c/div\u003e\n\u003c/div\u003e\n```\n\n![ungrid grid system](../gh-pages/ungrid-screenshot.png \"ungrid grid system\")\n\n\n\n## Helpful resources\n\n- [Nested rows with ungrid](//codepen.io/chrisnager/pen/EeJqH) (addresses [issue #1](//github.com/chrisnager/ungrid/issues/1)).\n- [Gutters with ungrid](//codepen.io/chrisnager/pen/arKBu) (addresses [issue #2](//github.com/chrisnager/ungrid/issues/2)).\n- [Offset columns with ungrid](//codepen.io/chrisnager/pen/QbqxJO) (addresses [issue #6](//github.com/chrisnager/ungrid/issues/6)).\n- [Use ungrid with React](//codepen.io/chrisnager/pen/oYRzPz) (addresses [issue #13](//github.com/chrisnager/ungrid/issues/13)).\n- [Flexbox flavor (ungrid-flex.css)](//codepen.io/chrisnager/pen/BNejRQ) (addresses [pull request #4](//github.com/chrisnager/ungrid/pull/4)).\n\n\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2014-2020 [Chris Nager](//twitter.com/chrisnager)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisnager%2Fungrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchrisnager%2Fungrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchrisnager%2Fungrid/lists"}