0.4.0 • Published 4 years ago

eause v0.4.0

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

Eause CSS Framework

Eause is a lightweight CSS Framework.

Installation

use npm to install the Eause package

npm install eause --save

Code requirements

Use the HTML5 doctype

<!DOCTYPE html>

Add the responsive viewport meta tag

<meta name="viewport" content="width=device-width, initial-scale=1">

Starter template

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hello Eause!</title>
    <link rel="stylesheet" href="https://unpkg.com/eause/dist/eause.min.css">
  </head>
  <body>
  <section >
    <div class="container">
      <h1>
        Hello World
      </h1>
      <p>
        My first website with <strong>Eause</strong>!
      </p>
    </div>
  </section>
  </body>
</html>

Website

eause.rckryd.com

0.4.0

4 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago