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

update rawgit URL 🔗

This commit is contained in:
Jenil Gogari 2017-11-16 20:23:03 -05:00
parent fc82d5d289
commit d3363b0f9b
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@
<p> <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 Semenatics</a>. 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 Semenatics</a>.
</p> </p>
<p>Here is a <a href="https://cdn.rawgit.com/jenil/chota/359843a4/test/index.html">demo</a> of the basic HTML elements.</p> <p>Here is a <a href="https://cdn.rawgit.com/jenil/chota/v0.4.1/test/index.html">demo</a> of the basic HTML elements.</p>
<br> <br>
<h3 id="customizing">Customizing</h3> <h3 id="customizing">Customizing</h3>
<p>Chota comes with a basic set of <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank">CSS variables</a>:</p> <p>Chota comes with a basic set of <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables" target="_blank">CSS variables</a>:</p>

View File

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Components</title> <title>Components</title>
<link rel="stylesheet" href="../dist/chota.css"> <link rel="stylesheet" href="../dist/chota.min.css">
<style> <style>
.nav { .nav {
border: 1px solid red; border: 1px solid red;

View File

@ -5,7 +5,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Elements</title> <title>Elements</title>
<link rel="stylesheet" href="../dist/chota.css"> <link rel="stylesheet" href="../dist/chota.min.css">
</head> </head>
<body> <body>