Skip to content

ridaomar/ridaomar-bootstrap-helper-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ridaomar Bootstrap Helper Utilities

This library was developed by CSS3 only and created to be 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.min.css">
</head>

Option 2: Css Importing

@import "ridaomar-bootstrap-helper-utilities.min.css";

Or

@import url("ridaomar-bootstrap-helper-utilities.min.css");