ridaomar-bootstrap-helper-utalities
v2.3.0
Published
This library was developed by CSS3 only and created to be as a utility library for Bootstrap v4 and v5.
Downloads
4
Maintainers
Readme
Ridaomar Bootstrap Helper Utilities
This library was created as a utility library for Bootstrap v4 and v5.
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
Installing
Download the CSS file and import it in your HTML or CSS Files
Usage
Option 1: HTML Including (inside the head tag)
<head>
<link rel="stylesheet" href="ridaomar-bootstrap-helper-utilities.css">
</head>
Option 2: Css Importing
@import "ridaomar-bootstrap-helper-utilities.css";
Or
@import url("ridaomar-bootstrap-helper-utilities.css");