eause
0.4.0 • Public • Published Eause CSS Framework
Eause is a lightweight CSS Framework.
Installation
use npm to install the Eause package
Code requirements
Use the HTML5 doctype
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
Package Sidebar
Install
Weekly Downloads