-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathindex.html
More file actions
585 lines (573 loc) · 30 KB
/
index.html
File metadata and controls
585 lines (573 loc) · 30 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Grid / Layout / Docs / TACHYONS
</title>
<meta name="description" content="Documentation on how to utilize the float based grid with Tachyons.">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="author" content="@mrmrs">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://unpkg.com/tachyons/css/tachyons.min.css">
<style>
.blue { color: #0074D9; }
.bg-blue { background-color: #0074D9; }
.carbon-poweredby { width: 100%; font-size: 12px; float: left; }
.carbon-wrap { float: left; width: 100%; box-sizing: border-box; }
.carbon-img { float: left; width: 50%; box-sizing: border-box; }
.carbon-text { float: left; width: 50%; padding-left: 16px; box-sizing: border-box; font-size: 12px; }
#carbonads a:link { text-decoration: none!important; color: #222!important; }
</style>
<link rel="alternate" type="application/rss+xml" title="RSS Feed for Tachyons Recent Components" href="/components/rss.xml" />
</head>
<body class="w-100 sans-serif">
<header class="w-100 pa3 ph5-ns bg-white">
<div class="db dt-ns mw9 center w-100">
<div class="db dtc-ns v-mid tl w-50">
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
Tachyons
<div class="dib">
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.10.0</small>
</div>
</a>
</div>
<nav class="db dtc-ns v-mid w-100 tl tr-ns mt2 mt0-ns">
<a title="Documentation" href="/docs/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Docs
</a>
<a title="Components" href="/components/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Components
</a>
<a title="Gallery of sites built with Tachyons" href="/gallery/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Gallery
</a>
<a title="Resources" href="/resources/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dib">
Resources
</a>
<a title="Tachyons on GitHub" href="http://github.com/tachyons-css/tachyons/"
class="f6 fw6 hover-blue link black-70 mr2 mr3-m mr4-l dn dib-l">
GitHub
</a>
</nav>
</div>
</header>
<main class="bg-white black-70">
<header class="ph3 ph5-ns w-100 bg-transparent pv3 mb4 mb5-ns bt bb b--black-10 overflow-auto">
<div class="nowrap mw9 center">
<a title="Debugging" href="/docs/debug" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Debugging
</a>
<a title="Debug grid" href="/docs/debug-grid" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Debug Grid
</a>
<a title="Box sizing" href="/docs/layout/box-sizing" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Box sizing
</a>
<a title="Spacing" href="/docs/layout/spacing" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Spacing
</a>
<a title="Floats" href="/docs/layout/floats" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Floats
</a>
<a title="Clearfix" href="/docs/layout/clearfix" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Clearfix
</a>
<a title="Display" href="/docs/layout/display" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Display
</a>
<a title="Widths" href="/docs/layout/widths" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Widths
</a>
<a title="Basic Grid" href="/docs/layout/grid" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Basic Grid
</a>
<a title="Widths" href="/docs/layout/flexbox" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Flexbox
</a>
<a title="Widths" href="/docs/layout/max-widths" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Max Widths
</a>
<a title="Widths" href="/docs/layout/heights" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Heights
</a>
<a title="Widths" href="/docs/layout/position" class="pv1-ns f6 fw6 dim link black-70 mr2 mr3-m mr4-l dib">
Position
</a>
</div>
</header>
<article class="pa3 ph5-ns">
<h3 class="f6 ttu tracked mt0">Grids</h3>
<div>
<p class="measure f5 f4-ns lh-copy">
You can combine display, float, padding, and widths to construct a
wide variety of grids. Here is a basic example of some options for
constructing a simple grid.
</p>
</div>
</article>
<div class="ph3 ph5-ns">
<h3 class="f5 mb4 pb2 bb">Examples</h3>
<h4 class="f6 mb2">Fixed Columns</h4>
</div>
<section class="cf w-100 pv3 f6 ph3 ph4-ns">
<div class="mw9 center ph3-ns">
<div class="ph2-ns">
<div class="fl w-100 pa2">
<div class="outline bg-white tc pv4"><code>fl w-100 pa2</code></div>
</div>
<div class="fl w-90 pa2">
<div class="outline bg-white tc pv4"><code>fl w-90 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-80 pa2">
<div class="outline bg-white tc pv4"><code>fl w-80 pa2</code></div>
</div>
<div class="fl w-20 pa2">
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
</div>
<div class="fl w-75 pa2">
<div class="outline bg-white tc pv4"><code>fl w-75 pa2</code></div>
</div>
<div class="fl w-25 pa2">
<div class="outline bg-white tc pv4"><code>fl w-25 pa2</code></div>
</div>
<div class="fl w-70 pa2">
<div class="outline bg-white tc pv4"><code>fl w-70 pa2</code></div>
</div>
<div class="fl w-30 pa2">
<div class="outline bg-white tc pv4"><code>fl w-30 pa2</code></div>
</div>
<div class="fl w-60 pa2">
<div class="outline bg-white tc pv4"><code>fl w-60 pa2</code></div>
</div>
<div class="fl w-40 pa2">
<div class="outline bg-white tc pv4"><code>fl w-40 pa2</code></div>
</div>
<div class="fl w-50 pa2">
<div class="outline bg-white tc pv4"><code>fl w-50 pa2</code></div>
</div>
<div class="fl w-50 pa2">
<div class="outline bg-white tc pv4"><code>fl w-50 pa2</code></div>
</div>
<div class="fl w-third pa2">
<div class="outline bg-white tc pv4"><code>fl w-third pa2</code></div>
</div>
<div class="fl w-third pa2">
<div class="outline bg-white tc pv4"><code>fl w-third pa2</code></div>
</div>
<div class="fl w-third pa2">
<div class="outline bg-white tc pv4"><code>fl w-third pa2</code></div>
</div>
<div class="fl w-third pa2">
<div class="outline bg-white tc pv4"><code>fl w-third pa2</code></div>
</div>
<div class="fl w-two-thirds pa2">
<div class="outline bg-white tc pv4"><code>fl w-two-thirds pa2</code></div>
</div>
<div class="fl w-25 pa2">
<div class="outline bg-white tc pv4"><code>fl w-25 pa2</code></div>
</div>
<div class="fl w-25 pa2">
<div class="outline bg-white tc pv4"><code>fl w-25 pa2</code></div>
</div>
<div class="fl w-25 pa2">
<div class="outline bg-white tc pv4"><code>fl w-25 pa2</code></div>
</div>
<div class="fl w-25 pa2">
<div class="outline bg-white tc pv4"><code>fl w-25 pa2</code></div>
</div>
<div class="fl w-20 pa2">
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
</div>
<div class="fl w-20 pa2">
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
</div>
<div class="fl w-20 pa2">
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
</div>
<div class="fl w-20 pa2">
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
</div>
<div class="fl w-20 pa2">
<div class="outline bg-white tc pv4"><code>fl w-20 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
<div class="fl w-10 pa2">
<div class="outline bg-white tc pv4"><code>fl w-10 pa2</code></div>
</div>
</div>
</div>
</section>
<div class="ph3 ph5-ns pt5">
<h4 class="f6 mb2">Two Columns - Collapsing</h4>
<code class="f6 pre">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-50-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-50-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
</div>
</div>
</code>
</div>
<section class="w-100 pv3 f6 ph3 ph4-ns">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-50-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-100 w-50-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
</div>
</div>
</section>
<div class="ph3 ph5-ns pt5">
<h4 class="f6 mb2">Three Columns - Collapse to Single</h4>
<code class="f6 pre">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
</div>
</div>
</code>
</div>
<section class="w-100 pv3 f6 ph3 ph4-ns">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
</div>
</div>
</section>
<div class="ph3 ph5-ns pt5">
<h4 class="f6 mb2">Three Columns - Collapse to Mixed</h4>
<code class="f6 pre">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-50 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-50 w-third-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
</div>
</div>
</code>
</div>
<section class="w-100 pv3 f6 ph3 ph4-ns">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-third-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-50 w-third-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-50 w-third-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
</div>
</div>
</section>
<div class="ph3 ph5-ns pt5">
<h4 class="f6 mb2">Four Columns - Collapse to single</h4>
<code class="f6 pre">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
</div>
</div>
</code>
</div>
<section class="w-100 pv3 f6 ph3 ph4-ns">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white pv4"></div>
</div>
</div>
</div>
</section>
<div class="ph3 ph5-ns pt5">
<h4 class="f6 mb2">Four Columns - Collapse to Mixed</h4>
<code class="f6 pre">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-third w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-third w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-third w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
</div>
</div>
</code>
</div>
<section class="w-100 pv3 f6 ph3 ph4-ns">
<div class="mw9 center ph3-ns">
<div class="cf ph2-ns">
<div class="fl w-100 w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-third w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-third w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
<div class="fl w-third w-25-ns pa2">
<div class="outline bg-white tc pv4"></div>
</div>
</div>
</div>
</section>
<div class="cf pa3 ph5-ns pv4 mv4 mv5-ns bt bb b--black-10">
<div class="dib mr4">
<h4 class="f6 fw6 mt0">Previous</h4>
<a href="/docs/debug-grid/" class="link fw6 blue dim">Debug with a Grid</a>
</div>
<div class="dib">
<h4 class="f6 fw6 mt0">Next</h4>
<a href="/docs/layout/flexbox/" class="link fw6 blue dim">Flexbox</a>
</div>
<div class="mt4">
<h4 class="f6 fw6 mt0">Reference</h4>
<a href="https://developer.mozilla.org/en/docs/Web/css/width" class="link fw6 blue dim">MDN - Width property</a>
</div>
</div>
</div>
<div class="ph3 ph5-ns pb5">
<article class="pb3">
<h2 class="f6 fw7 ttu tracked">Overview of Tachyons</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/table-of-styles/" title="View a list of styles">Table of Styles</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/table-of-properties/" title="View a list of properties">Table of Properties</a>
</article>
<section class="cf w-100 mt3">
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked" id="typography">Typography</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/scale" title="Type">Type Scale</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/measure/" title="Measure">Measure</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/line-height" title="Line Height">Line Height / Leading</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/tracking" title="Tracking">Tracking</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-weight" title="Font Weights">Font Weights</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-style" title="Font Families">Font Style</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/vertical-align" title="Font Families">Vertical Align</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-align" title="Text Align">Text Align</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-transform" title="Text Transform">Text Transform</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/text-decoration" title="Text Decoration">Text Decoration</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/white-space" title="White Space">White Space</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family" title="Font Families">Font Families</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/avenir" title="Font Families">Avenir Next</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/helvetica" title="Font Families">Helvetica</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/roboto" title="Font Families">Roboto</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/san-francisco" title="Font Families">San Francisco</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-sans-serif" title="Font Families">System Sans-Serif</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/athelas" title="Font Families">Athelas</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/baskerville" title="Font Families">Baskerville</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/garamond" title="Font Families">Garamond</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/georgia" title="Font Families">Georgia</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/typography/font-family/system-serif" title="Font Families">System Serif</a>
</article>
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked" id="layout">Layout</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/debug/" title="Debugging Documentation">Debugging</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/debug-grid/" title="Debugging with background grids">Debug with a Grid</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/grid" title="Basic Grid">Basic Grid</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/flexbox" title="Flexbox">Flexbox</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/box-sizing" title="Box Sizing Documentation">Box Sizing</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/spacing" title="Spacing Documentation">Spacing</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/floats" title="Floats Documentation">Floats</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/clearfix" title="Clears Documentation">Clearfix</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/display" title="Display Documentation">Display</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/widths" title="Widths Documentation">Widths</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/max-widths" title="Max Widths Documentation">Max Widths</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/heights" title="Heights Documentation">Heights</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/layout/position" title="Position Documentation">Position</a>
</article>
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked">Theming</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/skins/" title="Hovers Documentation">Skins</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/skins-pseudo/" title="Skin transitions">Skins animations</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/hovers/" title="Hovers Documentation">Hovers</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/background-size/" title="Background Size Documentation">Background Size</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/borders/" title="Borders Documentation">Borders</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/border-radius/" title="Border Radius Documentation">Border Radius</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/box-shadow/" title="Box Shadow Documentation">Box Shadow</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/themes/opacity/" title="Opacity Documentation">Opacity</a>
</article>
<article class="fn fl-ns w-100 w-25-l">
<h2 class="f6 fw7 ttu tracked">Elements</h2>
<a class="f5 fw4 dim link blue db pv1" href="/docs/elements/images/" title="View images documentation">Images</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/elements/links/" title="View links documentation">Links</a>
<a class="f5 fw4 dim link blue db pv1" href="/docs/elements/lists/" title="View lists documentation">Lists</a>
<a class="f5 fw4 dim link blue db pv1 dn" href="/docs/elements/forms/" title="View forms documentation">Forms</a>
<a class="f5 fw4 dim link blue db pv1 dn" href="/docs/elements/tables/" title="View tables module documentation">Tables</a>
</article>
</section>
</div>
</main>
<footer class="bg-white black-70 ph3 ph5-ns pv5 pv6-ns bt b--black-10">
<div class="mw9 center">
<div class="mb5 lh-copy">
<a class="black-70 link hover-blue b dib mr3 mb3" href="/" title="Home">
Home
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/docs" title="Docs">
Docs
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/components/" title="Components">
Components
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/gallery/" title="Gallery of Sites built with Tachyons">
Gallery
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/resources/" title="Resources related to Tachyons">
Resources
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
X-Ray
</a>
<a class="black-70 link hover-blue b dib mr3 mb3" href="http://opencollective.com/tachyons" title="Support Tachyons Development">
Supporting Tachyons
</a>
</div>
<article class="v-top">
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=fork&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
<a href="https://twitter.com/intent/tweet?text=Tachyons: A functional css toolkit for designing in the browser.&url=http://tachyons.io" class="twitter bg-white-50 link dib dim br2 ph2 pb1 lh-solid v-top" style="background-color: #55acee;">
<svg class="geomicon dib v-mid" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="16" height="16" fill="#fff">
<path d="M2 4 C6 8 10 12 15 11 A6 6 0 0 1 22 4 A6 6 0 0 1 26 6 A8 8 0 0 0 31 4 A8 8 0 0 1 28 8 A8 8 0 0 0 32 7 A8 8 0 0 1 28 11 A18 18 0 0 1 10 30 A18 18 0 0 1 0 27 A12 12 0 0 0 8 24 A8 8 0 0 1 3 20 A8 8 0 0 0 6 19.5 A8 8 0 0 1 0 12 A8 8 0 0 0 3 13 A8 8 0 0 1 2 4"/>
</svg>
<span class="dib v-mid white fw6" style="font-size: 12px;">Tweet</span>
</a>
</article>
<div class="mt4">
<a class="ba black-70 no-underline grow br2 b inline-flex items-center mr3 mb3 pv2 ph3" href="https://twitter.com/tachyons_css" title="Follow us on Twitter">
<div class="w2 pv1 pr2">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M16 3.038c-.59.26-1.22.437-1.885.517.677-.407 1.198-1.05 1.443-1.816-.634.375-1.337.648-2.085.795-.598-.638-1.45-1.036-2.396-1.036-1.812 0-3.282 1.468-3.282 3.28 0 .258.03.51.085.75C5.152 5.39 2.733 4.084 1.114 2.1.83 2.583.67 3.147.67 3.75c0 1.14.58 2.143 1.46 2.732-.538-.017-1.045-.165-1.487-.41v.04c0 1.59 1.13 2.918 2.633 3.22-.276.074-.566.114-.865.114-.21 0-.416-.02-.617-.058.418 1.304 1.63 2.253 3.067 2.28-1.124.88-2.54 1.404-4.077 1.404-.265 0-.526-.015-.783-.045 1.453.93 3.178 1.474 5.032 1.474 6.038 0 9.34-5 9.34-9.338 0-.143-.004-.284-.01-.425.64-.463 1.198-1.04 1.638-1.7z" fill-rule="nonzero"/></svg>
</div>
<span>Follow @tachyons_css</span>
</a>
<a class="ba black-70 no-underline grow br2 b inline-flex items-center mr3 mb3 pv2 ph3" href="http://tachyons-slack-invite.herokuapp.com" title="Join our Slack Channel">
<div class="dib w2 pv1 pr2">
<svg fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill-rule="nonzero"><path d="M6.586 7.33l.69 2.057 2.137-.716-.69-2.056-2.137.716z"/><path d="M12.55 9.37l-1.037.347.36 1.073c.145.434-.09.904-.524 1.05-.096.03-.19.045-.287.042-.338-.01-.65-.226-.765-.566l-.36-1.072-2.138.716.36 1.072c.145.435-.09.905-.523 1.05-.096.032-.192.045-.286.043-.34-.01-.65-.226-.764-.566l-.36-1.075-1.037.348c-.096.03-.19.045-.286.042-.34-.008-.65-.226-.765-.565-.146-.434.09-.904.522-1.05L5.7 9.914l-.69-2.058-1.037.347c-.094.032-.19.045-.285.043-.338-.01-.65-.226-.765-.566-.145-.434.09-.904.523-1.05l1.037-.347-.36-1.073c-.145-.434.09-.904.524-1.05.435-.145.905.09 1.05.524l.36 1.072 2.137-.716-.36-1.072c-.144-.435.09-.905.524-1.05.435-.145.906.09 1.05.523l.36 1.075 1.037-.347c.434-.146.904.088 1.05.522.145.434-.09.904-.523 1.05l-1.037.347.69 2.057 1.036-.347c.435-.145.905.09 1.05.523.146.434-.09.904-.522 1.05zm2.78-3.57C13.68.304 11.298-.98 5.8.67.304 2.32-.98 4.7.67 10.2c1.65 5.497 4.03 6.78 9.53 5.13 5.497-1.65 6.78-4.03 5.13-9.53z"/></g></svg>
</div>
<span>
Need Help? Join our Slack Channel
</span>
</a>
<a class="ba br2 black-70 no-underline grow b inline-flex items-center mb3 pv2 ph3" href="https://github.com/tachyons-css/tachyons/issues" title="File a bug, request a feature, ask a question!">
<div class="w2 pv1 pr2">
<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 16 16" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path d="M8 0C3.58 0 0 3.582 0 8c0 3.535 2.292 6.533 5.47 7.59.4.075.547-.172.547-.385 0-.19-.007-.693-.01-1.36-2.226.483-2.695-1.073-2.695-1.073-.364-.924-.89-1.17-.89-1.17-.725-.496.056-.486.056-.486.803.056 1.225.824 1.225.824.714 1.223 1.873.87 2.33.665.072-.517.278-.87.507-1.07-1.777-.2-3.644-.888-3.644-3.953 0-.873.31-1.587.823-2.147-.083-.202-.358-1.015.077-2.117 0 0 .672-.215 2.2.82.638-.178 1.323-.266 2.003-.27.68.004 1.364.092 2.003.27 1.527-1.035 2.198-.82 2.198-.82.437 1.102.163 1.915.08 2.117.513.56.823 1.274.823 2.147 0 3.073-1.87 3.75-3.653 3.947.287.246.543.735.543 1.48 0 1.07-.01 1.933-.01 2.195 0 .215.144.463.55.385C13.71 14.53 16 11.534 16 8c0-4.418-3.582-8-8-8"/></svg>
</div>
<span>Open an Issue on GitHub</span>
</a>
</div>
<p class="f6 measure copy lh-copy">
Have a question? Need help? Feel free to open an issue on GitHub or ask a
question in our slack channel. We’re here to try and help make designing in
the browser fun.
</p>
<div class="pt4 cf mw5">
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=tachyonsio" id="_carbonads_js"></script>
</div>
<small class="f6 measure db lh-copy mt5">
A tachyon /ˈtæki.ɒn/ or tachyonic particle is a hypothetical particle
that always moves faster than light.
The word comes from the Greek:
<br> <br>
ταχύς or tachys, meaning “swift, quick, fast, rapid”
</small>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55773803-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>