Simple buttons you can use easily for your next project.
Hacktoberfest is starting soon, and this repository will help people who don't know where to start contributing
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">
Please see the contributing guidelines for details.