Skip to content

tonymike99/mikey-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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.


Components

  1. Alert
  2. Avatar
  3. Badge
  4. Button
  5. Card
  6. Image
  7. Input
  8. Modal
  9. Toast
  10. List
  11. Text
  12. Rating
  13. Grid
  14. Navigation

Usage

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>

Dependencies

Mikey CSS is dependent on Font Awesome icons and Google Fonts.


Preview

Mikey CSS Preview

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors