{"id":18537182,"url":"https://github.com/shuddha2021/flexicss","last_synced_at":"2025-11-01T03:30:22.916Z","repository":{"id":244303931,"uuid":"814850831","full_name":"shuddha2021/FlexiCSS","owner":"shuddha2021","description":"FlexiCSS: A lightweight, responsive CSS framework with a customizable grid system, pre-built components, utility classes, and built-in accessibility features for fast and efficient web development.","archived":false,"fork":false,"pushed_at":"2024-06-13T21:17:50.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-26T03:41:59.758Z","etag":null,"topics":["accessibility","animation-library","community-driven","cross-browser-compatibility","css-framework","dark-mode","developer-tools","efficient-coding","flexible-layout","front-end-development","grid-system","lightweight","modern-css","open-source","performance-optimization","responsive-design","scalable","ui-ux-design","utility-classes"],"latest_commit_sha":null,"homepage":"","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/shuddha2021.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":"2024-06-13T20:56:34.000Z","updated_at":"2024-06-13T21:28:40.000Z","dependencies_parsed_at":"2024-06-13T23:44:28.688Z","dependency_job_id":"cf5c195a-a432-439d-ac40-67313ae263c2","html_url":"https://github.com/shuddha2021/FlexiCSS","commit_stats":null,"previous_names":["shuddha2021/flexicss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FFlexiCSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FFlexiCSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FFlexiCSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shuddha2021%2FFlexiCSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shuddha2021","download_url":"https://codeload.github.com/shuddha2021/FlexiCSS/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239255291,"owners_count":19608253,"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":["accessibility","animation-library","community-driven","cross-browser-compatibility","css-framework","dark-mode","developer-tools","efficient-coding","flexible-layout","front-end-development","grid-system","lightweight","modern-css","open-source","performance-optimization","responsive-design","scalable","ui-ux-design","utility-classes"],"created_at":"2024-11-06T19:37:20.516Z","updated_at":"2025-11-01T03:30:22.847Z","avatar_url":"https://github.com/shuddha2021.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlexiCSS\n\nFlexiCSS is a lightweight, responsive CSS framework designed to make web development easy and efficient. With a responsive grid system, customizable components, utility classes, accessibility features, performance optimizations, and more, FlexiCSS helps you build beautiful and functional websites quickly.\n\n## Features\n\n- **Responsive Grid System**: A flexible grid system for easy layout adjustments across different screen sizes.\n- **Customizable Components**: Pre-built components like buttons, forms, and navigation bars.\n- **Utility Classes**: Common styling needs such as spacing, text alignment, and visibility.\n- **Cross-Browser Compatibility**: Consistent rendering across all major browsers.\n- **Accessibility Features**: Built-in accessibility features.\n- **Performance Optimization**: Lightweight code for fast loading times and smooth performance.\n- **Extensible Variables**: Customizable variables for colors, fonts, and spacing.\n- **Animation Library**: Reusable animations for engaging user interactions.\n- **Dark Mode Support**: Easy implementation of dark mode.\n\n## Installation\n\nTo use FlexiCSS, include the CSS files in the `\u003chead\u003e` of your HTML document:\n\n## Usage\n\n### Responsive Grid System\n\n```html\n\u003cdiv class=\"container\"\u003e\n  \u003cdiv class=\"row\"\u003e\n    \u003cdiv class=\"col\"\u003eColumn 1\u003c/div\u003e\n    \u003cdiv class=\"col\"\u003eColumn 2\u003c/div\u003e\n  \u003c/div\u003e\n\u003c/div\u003e\n  ```\n\n## Customizable Components\n\n```html\n\u003cbutton class=\"btn btn-primary\"\u003ePrimary Button\u003c/button\u003e\n\u003cbutton class=\"btn btn-secondary\"\u003eSecondary Button\u003c/button\u003e\n  ```\n\n## Buttons\n\n```\u003cbutton class=\"btn btn-primary\"\u003ePrimary Button\u003c/button\u003e\n\u003cbutton class=\"btn btn-secondary\"\u003eSecondary Button\u003c/button\u003e\n ```\n\n## Forms\n\n```\n\u003cinput type=\"text\" class=\"form-control\" placeholder=\"Text input\"\u003e\n ```\n\n## Navigation Bar\n\n```\n\u003cnav class=\"navbar\"\u003e\n  \u003ca class=\"navbar-brand\" href=\"#\"\u003eBrand\u003c/a\u003e\n\u003c/nav\u003e\n ```\n\n## Utility Classes\n\n```\n\u003cdiv class=\"m-3 p-3 text-center\"\u003eContent with margin and padding\u003c/div\u003e\n ```\n\n## Animations\n\n```\n\u003cdiv class=\"fade-in\"\u003eThis will fade in\u003c/div\u003e\n\u003cdiv class=\"slide-in\"\u003eThis will slide in\u003c/div\u003e\n ```\n\n## Customizable Variables\n\nYou can customize the variables in variables.css to match your design language.\n\n```\n:root {\n  --primary-color: #ff5733;\n  --secondary-color: #33c4ff;\n  --background-color: #f8f9fa;\n  --text-color: #343a40;\n}\n ```\n\n## License\n\nFlexiCSS is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuddha2021%2Fflexicss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuddha2021%2Fflexicss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuddha2021%2Fflexicss/lists"}