https://github.com/alwaysnur/nurs-css
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!
https://github.com/alwaysnur/nurs-css
css3 library
Last synced: 5 months ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/alwaysnur/nurs-css
- Owner: AlwaysNur
- License: gpl-3.0
- Created: 2024-11-12T23:41:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-15T22:49:49.000Z (over 1 year ago)
- Last Synced: 2025-10-14T17:32:26.463Z (9 months ago)
- Topics: css3, library
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nurs-CSS
**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.
## Features
- **Base Styles**: Utility for hiding elements with the `hidden` attribute (`display: none;`).
- **Button Styles**
- **Animations**
- **Tooltips**
- **Responsive Transitions**
- **And More!**
## Installation
### Nurs-CSS:
* **VIA Content Delivery Network (cdn)**(**not recommended**).
Paste this code into the head for your html document:
```html
```
**WARNING: We do not recommend using a cdn as the website is not always up.**
* **VIA Download Files(All Systems)
**
Click here
* **VIA Download Files(Macos & Linux)**
Run:
```bash
curl -O https://raw.githubusercontent.com/AlwaysNur/Nurs-CSS/refs/heads/main/dist/nurs-css/nurs-css.min.css
```
### Nurs-CSS-Lite:
* **VIA Content Delivery Network (cdn)**(**not recommended**).
Paste this code into the head for your html document:
```html
```
**WARNING: We do not recommend using a cdn as the website is not always up.**
* **VIA Download Files(All Systems)
**
Click here
* **VIA Download Files(Macos & Linux)**
Run:
```bash
curl -O https://raw.githubusercontent.com/AlwaysNur/Nurs-CSS/refs/heads/main/dist/nurs-css-lite/nurs-css-lite.min.css
```