Skip to content

mjmaurya/MJButtons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MJButtons

GitHub license welcome welcome GitHub forks GitHub stars

Simple buttons you can use easily for your next project.

this repository will help people who don't know where to start contributing

Uses

You can download the CSS file here and then add it to your html file inbetween the tags:

<link rel="stylesheet" href="/path/to/mjbuttons.min.css"> 

Or instead of downloading the file, you can use the CDN:

<link rel="stylesheet" href="https://res.cloudinary.com/dpv8phzy0/raw/upload/v1601104269/mjbuttons.min.css">

In case of using buttons that have icons in them, make sure to include font awesome's CDN in the tag:

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc"          crossorigin="anonymous">

Contribution

Please see the contributing guidelines for details.