Skip to content

bmf-san/sea.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

sea.css

CircleCI GitHub license

logo

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

NPM

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.

About

sea.css is a simple and easy to use css framework.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •