{"id":22336804,"url":"https://github.com/alwaysnur/nurs-css","last_synced_at":"2026-01-26T21:49:52.259Z","repository":{"id":262538505,"uuid":"887585732","full_name":"AlwaysNur/Nurs-CSS","owner":"AlwaysNur","description":"Nurs-CSS is a lightweight, modern CSS framework designed to simplify styling for common UI components. It provides a set of well-defined, styles for buttons, tooltips, and more! ","archived":false,"fork":false,"pushed_at":"2024-11-15T22:49:49.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-14T17:32:26.463Z","etag":null,"topics":["css3","library"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlwaysNur.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-11-12T23:41:07.000Z","updated_at":"2025-06-27T23:32:49.000Z","dependencies_parsed_at":"2025-10-14T17:30:58.617Z","dependency_job_id":"095478f7-ba36-4a81-8100-18a57f2ff8e4","html_url":"https://github.com/AlwaysNur/Nurs-CSS","commit_stats":null,"previous_names":["alwaysnur/nurs-css"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AlwaysNur/Nurs-CSS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysNur%2FNurs-CSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysNur%2FNurs-CSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysNur%2FNurs-CSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysNur%2FNurs-CSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlwaysNur","download_url":"https://codeload.github.com/AlwaysNur/Nurs-CSS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlwaysNur%2FNurs-CSS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28789081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T21:13:08.818Z","status":"ssl_error","status_checked_at":"2026-01-26T21:13:08.448Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["css3","library"],"created_at":"2024-12-04T06:08:01.860Z","updated_at":"2026-01-26T21:49:52.244Z","avatar_url":"https://github.com/AlwaysNur.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nurs-CSS\n\n**Nurs-CSS** is a lightweight, modern CSS framework designed to simplify styling for common UI components. It provides a set of well-defined, reusable styles for buttons, tooltips, and more! Making it easy to create clean and responsive interfaces.\n\n## Features\n\n- **Base Styles**: Utility for hiding elements with the `hidden` attribute (`display: none;`).\n- **Button Styles**\n- **Animations**\n- **Tooltips**\n- **Responsive Transitions**\n- **And More!**\n\n## Installation\n### Nurs-CSS:\n* **VIA Content Delivery Network (cdn)**(**not recommended**).\n  \u003cbr\u003ePaste this code into the head for your html document:\n  ```html\n  \u003clink rel=\"stylesheet\" href=\"https://nursplace.dev/files/cdn/nurs-css/nurs-css.min.css\"\u003e\n  ```\n  **WARNING: We do not recommend using a cdn as the website is not always up.**\n  \u003cbr\u003e\u003cbr\u003e\n* **VIA Download Files(All Systems)\u003cbr\u003e**\n  Click \u003ca href=\"https://nursplace.dev/files/cdn/nurs-css/nurs-css.min.css\"\u003ehere\u003c/a\u003e\n* **VIA Download Files(Macos \u0026 Linux)**\u003cbr\u003e\n Run:\n  ```bash\n  curl -O https://raw.githubusercontent.com/AlwaysNur/Nurs-CSS/refs/heads/main/dist/nurs-css/nurs-css.min.css\n  ```\n\n\n\n\n### Nurs-CSS-Lite:\n* **VIA Content Delivery Network (cdn)**(**not recommended**).\n  \u003cbr\u003ePaste this code into the head for your html document:\n  ```html\n  \u003clink rel=\"stylesheet\" href=\"https://nursplace.dev/files/cdn/nurs-css-lite/nurs-css-lite.min.css\"\u003e\n  ```\n  **WARNING: We do not recommend using a cdn as the website is not always up.**\n  \u003cbr\u003e\u003cbr\u003e\n* **VIA Download Files(All Systems)\u003cbr\u003e**\n  Click \u003ca href=\"https://nursplace.dev/files/cdn/nurs-css-lite/nurs-css-lite.min.css\" download\u003ehere\u003c/a\u003e\n* **VIA Download Files(Macos \u0026 Linux)**\u003cbr\u003e\n Run:\n  ```bash\n  curl -O https://raw.githubusercontent.com/AlwaysNur/Nurs-CSS/refs/heads/main/dist/nurs-css-lite/nurs-css-lite.min.css\n  ```\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwaysnur%2Fnurs-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwaysnur%2Fnurs-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwaysnur%2Fnurs-css/lists"}