Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tables.md « 2017 « posts « content « exampleSite - github.com/eshlox/simplicity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 694394052e5ab5e3e7ca988943d99a1c6fad309d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
title: Tables
date: 2018-01-09T10:15:01+02:00
categories: [writing]
tags: [typography, elements]
language: en
slug: tables
---

First Header | Second Header | Third Header
------------ | ------------- | ------------
Content Cell | Content Cell  | Content Cell
Content Cell | Content Cell  | Content Cell

---

| First Header  | Second Header |
| ------------- | ------------- |
| Content Cell  | Content Cell  |
| Content Cell  | Content Cell  |

---

First Header | Second Header | Third Header
:----------- | :-----------: | -----------:
Left         | Center        | Right
Left         | Center        | Right

---

        |          |  
:----------- | :-----------: | -----------:
Left         | Center        | Right
Left         | Center        | Right