Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ridaomar/ridaomar-bootstrap-helper-utilities
This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.
https://github.com/ridaomar/ridaomar-bootstrap-helper-utilities
addition backgrounds bootstrap bootstrap-4 bootstrap-5 bootstrap4 bootstrap5 css glassmorphism glassmorphism-css hover-effects hovercss sizes text utilites
Last synced: about 1 month ago
JSON representation
This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.
- Host: GitHub
- URL: https://github.com/ridaomar/ridaomar-bootstrap-helper-utilities
- Owner: ridaomar
- Created: 2021-04-07T11:06:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T19:06:02.000Z (almost 3 years ago)
- Last Synced: 2024-10-02T07:33:24.980Z (about 2 months ago)
- Topics: addition, backgrounds, bootstrap, bootstrap-4, bootstrap-5, bootstrap4, bootstrap5, css, glassmorphism, glassmorphism-css, hover-effects, hovercss, sizes, text, utilites
- Homepage:
- Size: 130 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ridaomar Bootstrap Helper Utilities
This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.
### [Live Demo](https://ridaomar.github.io/ridaomar-bootstrap-helper-utilities/examples/)
## Getting Started
These instructions will give you a copy of the project up and running on
your local machine for development and testing purposes. See deployment
for notes on deploying the project on a live system.### Prerequisites
- [Bootstrap 4/5](https://getbootstrap.com)
### Installing
Download the CSS file and import it in your HTML or CSS Files
### Usage
Option 1: HTML Including _(inside the head tag)_
```html
```
Option 2: Css Importing
```css
@import "ridaomar-bootstrap-helper-utilities.min.css";
```Or
```css
@import url("ridaomar-bootstrap-helper-utilities.min.css");
```