You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+22-26Lines changed: 22 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -277,29 +277,27 @@ <h4 id="tables">Tables</h4>
277
277
</tr>
278
278
</tbody>
279
279
</table>
280
-
<pre><code>
281
-
<table class="w-100">
282
-
<thead>
283
-
<tr>
284
-
<th>Name</th>
285
-
<th>Feature Parity (compared to lit)</th>
286
-
<th>Size (bytes)</th>
287
-
</tr>
288
-
</thead>
289
-
<tbody>
290
-
<tr>
291
-
<td>lit</td>
292
-
<td>Full</td>
293
-
<td>403</td>
294
-
</tr>
295
-
<tr>
296
-
<td>Skeleton</td>
297
-
<td>Full</td>
298
-
<td>1650</td>
299
-
</tr>
300
-
</tbody>
301
-
</table>
302
-
</code></pre>
280
+
<pre><code> <table class="w-100">
281
+
<thead>
282
+
<tr>
283
+
<th>Name</th>
284
+
<th>Feature Parity (compared to lit)</th>
285
+
<th>Size (bytes)</th>
286
+
</tr>
287
+
</thead>
288
+
<tbody>
289
+
<tr>
290
+
<td>lit</td>
291
+
<td>Full</td>
292
+
<td>403</td>
293
+
</tr>
294
+
<tr>
295
+
<td>Skeleton</td>
296
+
<td>Full</td>
297
+
<td>1650</td>
298
+
</tr>
299
+
</tbody>
300
+
</table></code></pre>
303
301
<h4id="cards">Cards</h4>
304
302
<p>Cards can be used to display info in a concise and consistent manner. </p>
305
303
<divclass="card">
@@ -358,9 +356,7 @@ <h4 id="other">Other</h4>
358
356
<h5>Horizontal Rules</h5>
359
357
<p>Horizontal Rules are useful for dividing up content. They add a splash of color as well!</p>
360
358
<hr>
361
-
<pre><code>
362
-
<hr>
363
-
</code></pre>
359
+
<pre><code><hr></code></pre>
364
360
<h5>Utility</h5>
365
361
<p>The only utility class is w-100, which simply sets an element to take up full width. Responsive items that should use this are inputs, images, and tables.</p>
0 commit comments