1
0
mirror of https://github.com/jenil/chota.git synced 2023-08-10 21:13:07 +03:00

fix rawgit link 🔗

This commit is contained in:
Jenil Gogari 2018-07-29 18:09:33 -04:00
parent 78b3fa9aad
commit dd1f8bcb41

View File

@ -72,11 +72,11 @@
<p>
Chota is <em>dead</em> simple to use. It doesn't require learning a lot of class names like other frameworks. It applies a few basic styles to the HTML following the <a href="https://www.w3schools.com/html/html5_semantic_elements.asp" target="_blank">HTML Semantics</a>.
</p>
<p>Here is a <a href="https://cdn.rawgit.com/jenil/chota/v0.5.0/test/index.html#text__tables">demo</a> of the basic HTML elements. A few addons that Chota provides out-of-the-box for some elements are:</p>
<p>Here is a <a href="https://cdn.rawgit.com/jenil/chota/master/test/index.html#text__tables">demo</a> of the basic HTML elements. A few addons that Chota provides out-of-the-box for some elements are:</p>
<ul>
<li><a href="href="https://cdn.rawgit.com/jenil/chota/v0.5.0/test/index.html#text__tables"">Striped tabled</a></li>
<li><a href="href="https://cdn.rawgit.com/jenil/chota/v0.5.0/test/index.html#forms__input"">Input states</a></li>
<li><a href="href="https://cdn.rawgit.com/jenil/chota/v0.5.0/test/index.html#forms__input"">Horizontal input alignment</a> by just wrapping them with <code>grouped</code> class</li>
<li><a href="https://cdn.rawgit.com/jenil/chota/master/test/index.html#text__tables">Striped tabled</a></li>
<li><a href="https://cdn.rawgit.com/jenil/chota/master/test/index.html#forms__input">Input states</a></li>
<li><a href="https://cdn.rawgit.com/jenil/chota/master/test/index.html#forms__input">Horizontal input alignment</a> by just wrapping them with <code>grouped</code> class</li>
<li><a href="#icons">Icons</a></li>
</ul>
<br>