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.
- Base Styles: Utility for hiding elements with the
hidden
attribute (display: none;
). - Button Styles
- Animations
- Tooltips
- Responsive Transitions
- And More!
- VIA Content Delivery Network (cdn)(not recommended).
Paste this code into the head for your html document:WARNING: We do not recommend using a cdn as the website is not always up.<link rel="stylesheet" href="https://nursplace.dev/files/cdn/nurs-css/nurs-css.min.css">
- VIA Download Files(All Systems)
Click here - VIA Download Files(Macos & Linux)
Run:curl -O https://raw.githubusercontent.com/AlwaysNur/Nurs-CSS/refs/heads/main/dist/nurs-css/nurs-css.min.css
- VIA Content Delivery Network (cdn)(not recommended).
Paste this code into the head for your html document:WARNING: We do not recommend using a cdn as the website is not always up.<link rel="stylesheet" href="https://nursplace.dev/files/cdn/nurs-css-lite/nurs-css-lite.min.css">
- VIA Download Files(All Systems)
Click here - VIA Download Files(Macos & Linux)
Run:curl -O https://raw.githubusercontent.com/AlwaysNur/Nurs-CSS/refs/heads/main/dist/nurs-css-lite/nurs-css-lite.min.css