Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Dec 24, 2017
1 parent e81a141 commit 56caad0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ If you want to include CaiuSS in your web page, download the [latest release](/d

## Demo


Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the `gh-pages` branch to see the demo.


Expand All @@ -22,14 +23,19 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
```html
<link rel="stylesheet" href="path/to/caiuss.min.css">
```

## Elements

### Container

```html
<div class="container">
...
</div>
```

### Headings

```html
<h1>h1 heading</h1>
<h2>h2 heading</h2>
Expand All @@ -38,7 +44,9 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
<h5>h5 heading</h5>
<h6>h6 heading</h6>
```

### Tables

```html
<table class="table">
<thead>
Expand Down Expand Up @@ -67,7 +75,9 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
</tbody>
</table>
```

### Forms

```html
<form class="form" action="">
<div>
Expand All @@ -87,7 +97,9 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
</div>
</form>
```

### Buttons

```html
<button class="btn bg-red">Red</button>
<button class="btn bg-orange">Orange</button>
Expand All @@ -99,11 +111,14 @@ Check out the [online demo](http://ionicabizau.github.io/CaiuSS) or download the
<button class="btn bg-white">White</button>
<button class="btn bg-black">Black</button>
```

### Images

```html
<img class="img" src="images/1.jpg">
```


## :yum: How to contribute
Have an idea? Found a bug? See [how to contribute][contributing].

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@
"bloggify.json",
"bloggify/"
]
}
}

0 comments on commit 56caad0

Please sign in to comment.