Coder Social home page Coder Social logo

sea.css's Introduction

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.

sea.css's People

Contributors

bmf-san avatar amf-san avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.