aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2013-12-20 10:35:21 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2013-12-20 10:35:21 +0100
commit6428504d6d9bb897caea376f47c1807ea5305c86 (patch)
tree6bd2e94ef6f97c1b2275a588e169023ab73bf163 /index.html
parentd08b000ec96ba7b9610b81d145757d2cf661bec8 (diff)
parent929ace25ee447c249c20ca29cd9d07bab637b4f7 (diff)
downloadfreenode-live-2017-presentation-6428504d6d9bb897caea376f47c1807ea5305c86.tar
freenode-live-2017-presentation-6428504d6d9bb897caea376f47c1807ea5305c86.tar.gz
merge table styles #761, tweak table padding
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/index.html b/index.html
index 72bf08d..bc86fd2 100644
--- a/index.html
+++ b/index.html
@@ -131,6 +131,36 @@
</ol>
</section>
+ <section>
+ <h2>Superb Tables</h2>
+ <table>
+ <thead>
+ <tr>
+ <th>Item</th>
+ <th>Value</th>
+ <th>Quantity</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>Apples</td>
+ <td>$1</td>
+ <td>7</td>
+ <tr>
+ <tr>
+ <td>Lemonade</td>
+ <td>$2</td>
+ <td>18</td>
+ <tr>
+ <tr>
+ <td>Bread</td>
+ <td>$3</td>
+ <td>2</td>
+ <tr>
+ </tbody>
+ </table>
+ </section>
+
<section data-markdown>
<script type="text/template">
## Markdown support