b-lightning.css
v0.1.0
Published
A utility-first CSS framework for rapid UI development.
Maintainers
Readme
Flash.css
A lightweight, utility-first CSS framework for rapid UI development, designed to be intuitive and easy to use.
Installation
npm i b-lightning.cssUsage
Link the b-lightning.css file in your HTML:
<head>
<link rel="stylesheet" href="node_modules/b-lightning.css/b-lightning.css">
</head>Now you can use the utility classes directly in your HTML elements:
<div class="card smooth-sides">
<p>This is a card with smooth corners.</p>
</div>Available Classes (Examples)
.smooth-sides: Applies a standard border radius..smooth-sides-sm: Applies a small border radius..smooth-sides-lg: Applies a large border radius.
More classes for spacing, flexbox, colors, and typography will be added.
Contributing
Contributions are welcome! Please open an issue or submit a pull request to help make Flash.css better.
