A collection of consistent CSS classes used for fast and efficient layout crafting directly into the HTML. The class names are intuitively designed to resemble CSS properties, making them easy to remember and use effectively.
- Demo: https://3dunoabraham.github.io/csscss/
- Documentation: https://3duno.gitbook.io/csscss/
- Website: https://csscss.vercel.app/
CSSCSS includes a wide range of utility classes that are organized into different categories based on their purpose. Here's an overview of what you can expect:
- Creational Classes (Position, Size, Index)
- Structural Classes (Spacing, Display, Text)
- Restructuring Classes (Background, Opacity, Filter)
- Behavioral Classes (Cursor, Media Query, Animations, More)
You can install CSSCSS using npm by running the following command:
npm install csscss
Then import the package, this will link to the index.css file at root
<link rel="stylesheet" href="https://unpkg.com/csscss@latest/index.css">
Alternatively, you can include the CSS file directly in your HTML using the following links:
https://cdn.jsdelivr.net/npm/csscss@latest
or
https://unpkg.com/csscss@latest
You can import into the of your HTML:
<link rel="stylesheet" href="https://unpkg.com/csscss@latest/index.css">
or simply copy or download the contents of the file, and use it as you wish in your own project.
Concise set of commonly used classes used for quick reference:
Comprehensive documentation for all classes with information related to describe the use, functionality or architecture.