sea.css
v2.4.9
Published
sea.css is a simple and easy to use css framework.
Downloads
92
Readme
sea.css
sea.css is a simple and easy to use css framework.
Features
- Simple design.
- Easy to use.
- Minimal file size.
- No JavaScript.
Docs & Examples
See this github pages. You can check the design of sea.css.
Get started
zip
You can get the latest release from github. Download zip
npm or yarn
You can install sea.css from npm or yarn
npm i sea.css
CDN
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
Customizing
sea.css uses a basic set of css variables, so you can override the variables defined in sea.css.
@import url(sea.css)
:root {
--main-text: helvetica;
--sub-text: futura;
--main-color: #21adc7;
--main-hover-color: #1f8699;
--main-text-highlight-color: #d2fa92;
--main-text-color: #262424;
--main-text-reverse-color: #fff;
--subpoint-color: #647172;
--border-color: #c7dadd;
--success-color: #a7f8cc;
--danger-color: #f1a8a9;
--warning-color: #fdeaaa;
--info-color: #f4f4f4;
}
Contributing
We welcome your issue or pull request from everyone. We'd appreciate if you could contribute our project.
License
This project is licensed under the termed of the MIT license.