Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 19 hours ago
JSON representation

This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.

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");
```