{"id":13719967,"url":"https://guglielmopepe.github.io/quick/","last_synced_at":"2025-05-07T12:30:30.182Z","repository":{"id":65607863,"uuid":"247991774","full_name":"GuglielmoPepe/quick","owner":"GuglielmoPepe","description":"CSS framework for web developers who do not have time.","archived":false,"fork":false,"pushed_at":"2024-05-09T15:25:16.000Z","size":6716,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T07:39:47.221Z","etag":null,"topics":["class-less","css-frameworks","demo","demo-applications","html"],"latest_commit_sha":null,"homepage":"https://guglielmopepe.github.io/quick/","language":"CSS","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/GuglielmoPepe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-03-17T14:31:57.000Z","updated_at":"2024-05-09T15:25:19.000Z","dependencies_parsed_at":"2024-11-14T05:41:58.190Z","dependency_job_id":null,"html_url":"https://github.com/GuglielmoPepe/quick","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuglielmoPepe%2Fquick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuglielmoPepe%2Fquick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuglielmoPepe%2Fquick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GuglielmoPepe%2Fquick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GuglielmoPepe","download_url":"https://codeload.github.com/GuglielmoPepe/quick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252876270,"owners_count":21818152,"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":["class-less","css-frameworks","demo","demo-applications","html"],"created_at":"2024-08-03T01:00:58.294Z","updated_at":"2025-05-07T12:30:30.158Z","avatar_url":"https://github.com/GuglielmoPepe.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quick.css\n\n**Quick** is a CSS framework for web developers, [like myself](https://www.guglielmopepe.com/?utm_source=github.com\u0026utm_medium=readme\u0026utm_campaign=quick.css), who do not have time to styling but want their web services to look nice. Current `master` points to version 2.3.0 of the framework. \n\nCheck out on the [demo page](https://guglielmopepe.github.io/quick/examples.html).\n\n\n\n## Goals\n\n* Mobile first\n* Good browser support\n* Small size\n* Visually pleasing\n* No classes\n\n\n\n## Why another css framework?\n\nWhen i make demo applications or websites with simple content, i do not have time to styling them, but i don't like the default styles.\n\n**Quick** allows me to focus on functionalities from the first day of a project. All CSS styles are applied to standard HTML elements.\n\nThis framework doesn't require any classes. I just include it in my ```\u003chead\u003e``` section and forget about it, while it silently makes everything nicer. In **Quick.css**, HTML is king while CSS is a supportive element that only makes HTML look better.\n\nUnlike many other CSS frameworks, in **Quick.css** you don’t have to mention CSS classes in the HTML document. The HTML stays clean and only exposes the data in a pure HTML5 way.\n\n\n\n## Who could use it?\n\n**Quick** is designed for people which are making a simple page or demo application when they do not have time to styling. \n\nIt solves most of the problems associated with responsiveness of forms, appearance of form controls, tables, fonts, and colors.\n\nWhen your demo is complete, you can spend time to styling. **Quick.css** gives you an adequate foundation to start from, but if you love simple beautiful page, you have finished.\n\n\n\n## How to add it?\n\nYou can download minified or unminified version.\n\n\n\n### Minified version\n\nYou can download minified version [quick.min.css](https://raw.githubusercontent.com/GuglielmoPepe/quick/master/src/quick.min.css) and use together with your HTML by adding:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"quick.min.css\"/\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n  \u003c/head\u003e\n\u003c/html\u003e\n```\n\nYou can use too jsdelivr for link latest minified version of the **Quick.css**:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick/src/quick.min.css\"/\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n  \u003c/head\u003e\n\u003c/html\u003e\n```\n\nIf you want loading an exact minified version of the **Quick.css** use jsdelivr with version:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick@1.0.0/src/quick.min.css\"/\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n  \u003c/head\u003e\n\u003c/html\u003e\n```\n\n\n### Unminified version\n\n**Quick.css** is also available as unminified stylesheet, which can be handy during styling.\n\nYou can download minified version [quick.css](https://raw.githubusercontent.com/GuglielmoPepe/quick/master/src/quick.css) and use together with your HTML by adding:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"quick.css\"/\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n  \u003c/head\u003e\n\u003c/html\u003e\n```\n\nYou can use too jsdelivr for link latest unminified version of the **Quick.css**:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick/src/quick.css\"/\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n  \u003c/head\u003e\n\u003c/html\u003e\n```\n\nIf you want loading an exact unminified version of the **Quick.css** use jsdelivr with version:\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/GuglielmoPepe/quick@1.0.0/src/quick.css\"/\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n  \u003c/head\u003e\n\u003c/html\u003e\n```\n\n\n## Browser support\n\n- Chrome (last 3)\n- Edge (last 3)\n- Firefox (last 3)\n- Firefox ESR\n- Opera (last 3)\n- Safari (last 3)\n- iOS Safari (last 2)\n- Internet Explorer 9+\n\n\n\n## Got questions? Any troubles?\nIf you have questions or general suggestions, don't hesitate to submit a new [Github issue](https://github.com/GuglielmoPepe/quick/issues).\n\n\n\n## Change log\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n\n\n## License\nThe MIT License. Please see [License File](LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/guglielmopepe.github.io%2Fquick%2F","html_url":"https://awesome.ecosyste.ms/projects/guglielmopepe.github.io%2Fquick%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/guglielmopepe.github.io%2Fquick%2F/lists"}