@akrc/fish
v0.4.5
Published
Build more pages with less CSS code.
Downloads
321
Readme
fish
Build more pages with less CSS code.
Introduction
Fish.css is a CSS library focused on improving the default appearance of HTML, which can be used on any html-based document.
Installation
Fish.css is publish on npm, so you can install with any package manager you like:
pnpm add @akrc/fish
Or you can import Fish.css by CDN:
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/AkaraChen/fish@latest/fish.css"
/>
Usage
Just write HTML tags and organise the HTML structure according to web standards.