Added documentation

This commit is contained in:
Afzal Sayed 2017-11-24 23:17:06 +05:30
parent c52b4d927f
commit a7d66f4bcf
2 changed files with 10 additions and 6 deletions

View file

@ -32,9 +32,11 @@ Don't want to download it? That's cool. You can just link to PaperCSS via unpkg'
<title>Document</title>
</head>
<body>
<div class="paper container">
<h1>Some Fresh Title</h1>
<p>This is where some content would go.</p>
<div class="container">
<div class="paper">
<h1>Some Fresh Title</h1>
<p>This is where some content would go.</p>
</div>
</div>
</body>
</html>

View file

@ -1074,9 +1074,11 @@ function add(x, y) {
&lt;title&gt;Document&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;div class=&quot;paper container&quot;&gt;
&lt;h1&gt;Some Fresh Title&lt;/h1&gt;
&lt;p&gt;This is where some content would go.&lt;/p&gt;
&lt;div class=&quot;container&quot;&gt;
&lt;div class=&quot;paper&quot;&gt;
&lt;h1&gt;Some Fresh Title&lt;/h1&gt;
&lt;p&gt;This is where some content would go.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</pre>