Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
[update] README
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Mar 2, 2015
1 parent c811296 commit d41b8cb
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,24 @@ Put the required CSS and JavaScript at the `head` element:
<script src="jabara.js"></script>
```

Add a `js-jabara-title` and `js-jabara-content` classes to your HTML:
Add a `js-jabara-title` and `js-jabara-content` classes in container element to your HTML:

```html
<h1 class="js-jabara-title">
[Title]
</h1>
<div class="js-jabara-content">
<div class="inner">
[Content]
</div>
<div class="js-jabara-container">
<section class="js-jabara">
<h1 class="js-jabara-title">
[Title]
</h1>
<div class="js-jabara-content">
<div class="inner">
[Content]
</div>
</div>
</section>
</div>
```

Full sample code: [https://kubosho.github.io/jabara](https://kubosho.github.io/jabara)
Full sample code: [http://codepen.io/kubosho_/pen/ZYRVvO](http://codepen.io/kubosho_/pen/ZYRVvO)

Options
-------
Expand Down

0 comments on commit d41b8cb

Please sign in to comment.