ridaomar-bootstrap-helper-utilities
Version:
This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.
44 lines (26 loc) • 975 B
Markdown
# 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
<head>
<link rel="stylesheet" href="ridaomar-bootstrap-helper-utilities.min.css">
</head>
```
Option 2: Css Importing
```css
@import "ridaomar-bootstrap-helper-utilities.min.css";
```
Or
```css
@import url("ridaomar-bootstrap-helper-utilities.min.css");
```