×

Introduction

A utility-first CSS framework packed with classes like flex, flex-col, w-10, pt-4, justify-center andbg-cyan-500 that can be composed to build any design, directly in your markup.
Even with the same color palette and sizing scale, it's easy to build the same component with a completely different look in the next project.

Getting Started

You can directly import the css file in your html using the following link tag.
            
              @import url("https://argon-css.netlify.app/components/index.css");
              
                <link rel="stylesheet" 
                href="https://argon-css.netlify.app/components/index.css">