Installation

In order to use Gimesto in your project, Copy the Link given below and paste it in the head tag of your html, it contains all the component styles shown on this website, which can be easily created using the defined classes.

HTML Import

This library can be imported using the cdn link in head tag of your html document.

                    
                        <-- Copy this code and paste inside head tag of your html file -->
                        
                        <link rel="stylesheet" type="text/css" href="https://gimesto.netlify.app/styles/components/index.css" />

                    
                

CSS Import

This library can be installed by importing the css throught import tag inside your root css file.

                    
                        <-- Copy this code and paste inside root css file of your project -->
                        
                        @import url("https://gimesto.netlify.app/styles/components/index.css");