An open API service indexing awesome lists of open source software.

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!

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
```