sea.css is a simple and easy to use css framework.
- Simple design.
- Easy to use.
- Minimal file size.
- No JavaScript.
See this github pages. You can check the design of sea.css.
You can get the latest release from github. Download zip
You can install sea.css from npm or yarn
npm i sea.css
<link rel="stylesheet" href="https://unpkg.com/sea.css/dist/sea.min.css">
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;
}
We welcome your issue or pull request from everyone. We'd appreciate if you could contribute our project.
This project is licensed under the termed of the MIT license.