Mikey CSS is a free, open-source CSS framework that provides ready-to-use frontend components to build responsive and modern websites. It is completely based on HTML and CSS.
To use Mikey CSS in your project:
Option 1: Copy-paste the stylesheet into your before all other stylesheets.
<link rel="stylesheet" href="https://mikey-css.netlify.app/assets/css/components.css">
Option 2: Copy-paste the @import into your stylesheets.
@import url("https://mikey-css.netlify.app/assets/css/components.css");
For certain components which need action and outcome, copy-paste the <script> just before the </body>
<script type="text/javascript" src="https://mikey-css.netlify.app/assets/js/script.js"></script>
Mikey CSS is dependent on Font Awesome icons and Google Fonts.
