-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcss.html
577 lines (557 loc) · 55.1 KB
/
css.html
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
<!DOCTYPE html>
<html>
<!-- Mirrored from apiary.com/css by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 08 Oct 2022 09:01:12 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=utf-8" /><!-- /Added by HTTrack -->
<head>
<!--
* Author: apiary
-->
<meta charset="utf-8" />
<title>CSS Cheat Sheet | apiary.com</title>
<meta name="author" content="apiary" />
<meta name="description" content="apiary.com is a site collecting all the cheatsheets,all!" />
<link rel="stylesheet" href="static/css/default.css" type="text/css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="static/js/jquery.1.7.min.js"></script>
<script type="text/javascript" src="static/js/jquery.masonry.min.js"></script>
<script type="text/javascript" src="static/js/jquery.quicksearch.js"></script>
<script type="text/javascript" src="static/js/main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154846433-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154846433-1');
</script>
<script data-ad-client="ca-pub-8625616776911349" async src="../pagead2.googlesyndication.com/pagead/js/f.txt"></script>
</head>
<body class="cheat-detail">
<div id="more-list-container">
<a href="javascript:void(0)">More »</a>
<ul id="nav-more-list">
<li><a href="git.html" title="Git Cheat Sheet">Git</a></li>
<li><a href="svn.html" title="SVN Cheat Sheet">SVN</a></li>
<li><a href="mysql.html" title="MySQL Cheat Sheet">MySQL</a></li>
<li><a href="regex.html" title="Regular Expression Cheat Sheet">Regex</a></li>
<li><a href="linux.html" title="Linux Command Line Cheat Sheet">Linux</a></li>
<li><a href="html.html" title="HTML Cheat Sheet">HTML</a></li>
<li><a href="html-dom.html" title="HTML-DOM Cheat Sheet">HTML-DOM</a></li>
<li><a href="mod_rewrite.html" title="mod_rewrite Cheat Sheet">mod_rewrite</a></li>
<li><a href="index.html#more" id="">Even More »</a></li>
</ul>
</div>
<div id="navbar">
<a id="logo" href="index.html">apiary.com</a>
<ul id="navlist" class="nav">
<li><a href="python.html" title="Python Cheat Sheet">Python</a></li>
<li><a href="jquery.html" title="jQuery Cheat Sheet">jQuery</a></li>
<li><a href="nodejs.html" title="NodeJS Cheat Sheet">NodeJS</a></li>
<li><a href="php.html" title="PHP Cheat Sheet">PHP</a></li>
<li><a href="java.html" title="Java Cheat Sheet">Java</a></li>
<li><a href="ruby.html" title="Ruby Cheat Sheet">Ruby</a></li>
<li><a href="javascript.html" title="Javascript Cheat Sheet">Javascript</a></li>
<li><a href="actionscript.html" title="ActionScript Cheat Sheet">ActionScript</a></li>
<li><a href="css.html" title="CSS Cheat Sheet">CSS</a></li>
<li><a href="express.html" title="Express Cheat Sheet">Express</a></li>
<li><a href="#more" id="nav-more">More »</a></li>
</ul>
</div>
<div style="position:fixed;right:105px;top:10px;z-index:200;">
<input type="" id="searchApi" placeholder="Search"/>
</div>
<div class="addthis_toolbox addthis_default_style" style="position:fixed;right:5px;top:17px;z-index:200;">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_sinaweibo"></a>
<a class="addthis_button_compact"></a>
</div>
<div class="loading">
Loading...
</div>
<div class="content">
<div class="board">
<h2 class="board-title">Resource</h2>
<div class="board-card">
<h3 class="board-card-title">Online</h3>
<ul>
<li><a href="http://www.w3.org/Style/CSS/">Official Website</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Download</h3>
<ul>
<li><a href="http://www.css.su/">CSS in one page [html] (css.su)</a></li>
<li><a href="static/cs/css_cheat_sheet.png">CSS Cheat Sheet [.png]</a></li>
<li><a href="static/cs/css_cheat_sheet.pdf">CSS Cheat Sheet [.pdf]</a></li>
<li><a href="static/cs/CSS1.pdf">CSS Level 1 Quick Reference DeepX Ltd [.pdf]</a></li>
<li><a href="static/cs/css2.pdf">CSS Level 2 Quick Reference Benjamin Jung [.pdf]</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Related</h3>
<ul>
<li><a href="blueprint.html" title="Blueprint Cheat Sheet">Blueprint</a></li>
<li><a href="html-dom.html" title="HTMl DOM Cheat Sheet">HTML DOM</a></li>
<li><a href="html.html" title="HTML Cheat Sheet">HTML</a></li>
<li><a href="javascript.html" title="JavaScript Cheat Sheet">JavaScript</a></li>
<li><a href="selenium.html" title="Selenium Cheat Sheet">Selenium</a></li>
<li><a href="xhtml.html" title="XHTML Cheat Sheet">XHTML</a></li>
<li><a href="xpath.html" title="XPath Cheat Sheet">XPath</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Box Model</h2>
<div class="board-card">
<h3 class="board-card-title">Margin</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/margin" title="Sets all the margin properties in one declaration">margin</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/margin-bottom" title="Sets the bottom margin of an element">margin-bottom</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/margin-left" title="Sets the left margin of an element">margin-left</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/margin-right" title="Sets the right margin of an element">margin-right</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/margin-top" title="Sets the top margin of an element">margin-top</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Padding</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/padding" title="Sets all the padding properties in one declaration">padding</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/padding-bottom" title="Sets the bottom padding of an element">padding-bottom</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/padding-left" title="Sets the left padding of an element">padding-left</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/padding-right" title="Sets the right padding of an element">padding-right</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/padding-top" title="Sets the top padding of an element">padding-top</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Dimension</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/height" title="Sets the height of an element">height</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/width" title="Sets the width of an element">width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/max-height" title="Sets the maximum height of an element">max-height</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/max-width" title="Sets the maximum width of an element">max-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/min-height" title="Sets the minimum height of an element">min-height</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/min-width" title="Sets the minimum width of an element">min-width</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Border and Outline</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border" title="Sets all the border properties in one declaration">border</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-bottom" title="Sets all the bottom border properties in one declaration">border-bottom</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-bottom-color" title="Sets the color of the bottom border">border-bottom-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-bottom-style" title="Sets the style of the bottom border">border-bottom-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-bottom-width" title="Sets the width of the bottom border">border-bottom-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-color" title="Sets the color of the four borders">border-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-left" title="Sets all the left border properties in one declaration">border-left</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-left-color" title="Sets the color of the left border">border-left-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-left-style" title="Sets the style of the left border">border-left-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-left-width" title="Sets the width of the left border">border-left-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-right" title="Sets all the right border properties in one declaration">border-right</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-right-color" title="Sets the color of the right border">border-right-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-right-style" title="Sets the style of the right border">border-right-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-right-width" title="Sets the width of the right border">border-right-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-style" title="Sets the style of the four borders">border-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-top" title="Sets all the top border properties in one declaration">border-top</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-top-color" title="Sets the color of the top border">border-top-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-top-style" title="Sets the style of the top border">border-top-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-top-width" title="Sets the width of the top border">border-top-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-width" title="Sets the width of the four borders">border-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/outline" title="Sets all the outline properties in one declaration">outline</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/outline-color" title="Sets the color of an outline">outline-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/outline-style" title="Sets the style of an outline">outline-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/outline-width" title="Sets the width of an outline">outline-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-bottom-left-radius" title="Defines the shape of the border of the bottom-left corner">border-bottom-left-radius</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-bottom-right-radius" title="Defines the shape of the border of the bottom-right corner">border-bottom-right-radius</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-image" title="A shorthand property for setting all the border-image-* properties">border-image</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-image-outset" title="Specifies the amount by which the border image area extends beyond the border box">border-image-outset</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-image-repeat" title="Specifies whether the image-border should be repeated, rounded or stretched">border-image-repeat</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-image-slice" title="Specifies the inward offsets of the image-border">border-image-slice</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-image-source" title="Specifies an image to be used as a border">border-image-source</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-image-width" title="Specifies the widths of the image-border">border-image-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-radius" title="A shorthand property for setting all the four border-*-radius properties">border-radius</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-top-left-radius" title="Defines the shape of the border of the top-left corner">border-top-left-radius</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-top-right-radius" title="Defines the shape of the border of the top-right corner">border-top-right-radius</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-decoration-break" title="Defines the shape of the border of the top-right corner">box-decoration-break</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-shadow" title="Attaches one or more drop-shadows to the box">box-shadow</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Selectors</h2>
<div class="board-card">
<h3 class="board-card-title">Basic Selectors</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Class_selectors" title="Selects all elements with class="intro"">.<i>class</i></a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/ID_selectors" title="Selects the element with id="firstname"">#<i>id</i></a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Universal_selectors" title="Selects all elements">*</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Type_selectors" title="Selects all <p> elements">element</a></li>
<li><a href="http://www.w3schools.com/cssref/sel_element_comma.asp" title="Selects all <div> elements and all <p> elements">element,element</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Descendant_selectors" title="Selects all <p> elements inside <div> elements"><i>element</i> <i>element</i></a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Child_selectors" title="Selects all <p> elements where the parent is a <div> element"><i>element</i>><i>element</i></a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Adjacent_sibling_selectors" title="Selects all <p> elements that are placed immediately after <div> elements"><i>element</i>+<i>element</i></a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors" title="Selects all elements with a target attribute">[<i>attribute</i>]</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors" title="Selects all elements with target="_blank"">[<i>attribute</i>=<i>value</i>]</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors" title="Selects all elements with a title attribute containing the word "flower"">[<i>attribute</i>~=<i>value</i>]</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors" title="Selects all elements with a lang attribute value starting with "en"">[<i>attribute</i>|=<i>value</i>]</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors" title="Selects every <ul> element that are preceded by a <p> element"><i>element1</i>~<i>element2</i></a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/Attribute_selectors" title="Selects every <a> element whose src attribute value begins with "https"">[<i>attribute</i>^=<i>value</i>]</a></li>
<li><a href="http://www.w3schools.com/cssref/sel_attr_end.asp" title="Selects every <a> element whose src attribute value ends with ".pdf"">[<i>attribute</i>$=<i>value</i>]</a></li>
<li><a href="http://www.w3schools.com/cssref/sel_attr_contain.asp" title="Selects every <a> element whose src attribute value contains the substring "w3schools"">[<i>attribute</i>*=<i>value</i>]</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Pseudo-Selectors</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:link" title="Selects all unvisited links">:link</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:visited" title="Selects all visited links">:visited</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:active" title="Selects the active link">:active</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:hover" title="Selects links on mouse over">:hover</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:focus" title="Selects the input element which has focus">:focus</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/::first-letter" title="Selects the first letter of every <p> element">:first-letter</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/::first-line" title="Selects the first line of every <p> element">:first-line</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:first-child" title="Selects every <p> element that is the first child of its parent">:first-child</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:before" title="Insert content before the content of every <p> element">:before</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:after" title="Insert content after every <p> element">:after</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:lang" title="Selects every <p> element with a lang attribute value starting with "it"">:lang(<i>language</i>)</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:first-of-type" title="Selects every <p> element that is the first <p> element of its parent">:first-of-type</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:last-of-type" title="Selects every <p> element that is the last <p> element of its parent">:last-of-type</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:only-of-type" title="Selects every <p> element that is the only <p> element of its parent">:only-of-type</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:only-child" title="Selects every <p> element that is the only child of its parent">:only-child</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:nth-child" title="Selects every <p> element that is the second child of its parent">:nth-child(<i>n</i>)</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:nth-last-child" title="Selects every <p> element that is the second child of its parent, counting from the last child">:nth-last-child(<i>n</i>)</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:nth-of-type" title="Selects every <p> element that is the second <p> element of its parent">:nth-of-type(<i>n</i>)</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:last-child" title="Selects every <p> element that is the last child of its parent">:last-child</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/:not" title="Selects elements that is not represented by the argument">:not</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:root" title="Selects the document’s root element">:root</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:empty" title="Selects every <p> element that has no children (including text nodes)">:empty</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:target" title="Selects the current active #news element (clicked on a URL containing that anchor name)">:target</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:enabled" title="Selects every enabled <input> element">:enabled</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:disabled" title="Selects every disabled <input> element">:disabled</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/:checked" title="Selects every checked <input> element">:checked</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/::selection" title="Selects the portion of an element that is selected by a user">::selection</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Style</h2>
<div class="board-card">
<h3 class="board-card-title">Background</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background" title="Sets all the background properties in one declaration">background</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-attachment" title="Sets whether a background image is fixed or scrolls with the rest of the page">background-attachment</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-color" title="Sets the background color of an element">background-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-image" title="Sets the background image for an element">background-image</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-position" title="Sets the starting position of a background image">background-position</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-repeat" title="Sets how a background image will be repeated">background-repeat</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-clip" title="Specifies the painting area of the background">background-clip</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-origin" title="Specifies the positioning area of the background images">background-origin</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/background-size" title="Specifies the size of the background images">background-size</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Color</h3>
<ul>
<li><span title="Permits the specification of a source color profile other than the default">color-profile</span></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/opacity" title="Sets the opacity level for an element">opacity</a></li>
<li><span title="Permits the specification of a color profile rendering intent other than the default">rendering-intent</span></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Font</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font" title="Sets all the font properties in one declaration">font</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-family" title="Specifies the font family for text">font-family</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-size" title="Specifies the font size of text">font-size</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-style" title="Specifies the font style for text">font-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-variant" title="Specifies whether or not a text should be displayed in a small-caps font">font-variant</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-weight" title="Specifies the weight of a font">font-weight</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/@font-face" title="A rule that allows websites to download and use fonts other than the "web-safe" fonts">@font-face</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-size-adjust" title="Preserves the readability of text when font fallback occurs">font-size-adjust</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/font-stretch" title="Selects a normal, condensed, or expanded face from a font family">font-stretch</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Positioning</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/bottom" title="Specifies the bottom position of a positioned element">bottom</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/clear" title="Specifies which sides of an element where other floating elements are not allowed">clear</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/clip" title="Clips an absolutely positioned element">clip</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/cursor" title="Specifies the type of cursor to be displayed">cursor</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/display" title="Specifies how a certain HTML element should be displayed">display</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/float" title="Specifies whether or not a box should float">float</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/left" title="Specifies the left position of a positioned element">left</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/overflow" title="Specifies what happens if content overflows an element's box">overflow</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/position" title="Specifies the type of positioning method used for an element (static,relative, absolute or fixed)">position</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/right" title="Specifies the right position of a positioned element">right</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/top" title="Specifies the top position of a positioned element">top</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/visibility" title="Specifies whether or not an element is visible">visibility</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/z-index" title="Sets the stack order of a positioned element">z-index</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Elements</h2>
<div class="board-card">
<h3 class="board-card-title">Hyperlink</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/HTML/Element/a" title="A shorthand property for setting the target-name, target-new, and target-position properties">target</a></li>
<li><a href="http://w3schools.com/cssref/css3_pr_target-name.asp" title="Specifies where to open links (target destination)">target-name</a></li>
<li><a href="http://w3schools.com/cssref/css3_pr_target-new.asp" title="Specifies whether new destination links should open in a new window or in a new tab of an existing window">target-new</a></li>
<li><a href="http://w3schools.com/cssref/css3_pr_target-position.asp" title="Specifies where new destination links should be placed">target-position</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Text</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/color" title="Sets the color of text">color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/direction" title="Specifies the text direction/writing direction">direction</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/letter-spacing" title="Increases or decreases the space between characters in a text">letter-spacing</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/line-height" title="Sets the line height">line-height</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-align" title="Specifies the horizontal alignment of text">text-align</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-decoration" title="Specifies the decoration added to text">text-decoration</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-indent" title="Specifies the indentation of the first line in a text-block">text-indent</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-transform" title="Controls the capitalization of text">text-transform</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/unicode-bidi">unicode-bidi</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/vertical-align" title="Sets the vertical alignment of an element">vertical-align</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/white-space" title="Specifies how white-space inside an element is handled">white-space</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/word-spacing" title="Increases or decreases the space between words in a text">word-spacing</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-outline" title="Specifies a text outline">text-outline</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-overflow" title="Specifies what should happen when text overflows the containing element">text-overflow</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-shadow" title="Adds shadow to text ">text-shadow</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/text-wrap" title="Specifies line breaking rules for text">text-wrap</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/word-break" title="Specifies line breaking rules for non-CJK scripts">word-break</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/word-wrap" title="Allows long, unbreakable words to be broken and wrap to the next line">word-wrap</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">List</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/list-style" title="Sets all the properties for a list in one declaration">list-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/list-style-image" title="Specifies an image as the list-item marker">list-style-image</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/list-style-position" title="Specifies if the list-item markers should appear inside or outside the content flow">list-style-position</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/list-style-type" title="Specifies the type of list-item marker">list-style-type</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Table</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-collapse" title="Specifies whether or not table borders should be collapsed">border-collapse</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/border-spacing" title="Specifies the distance between the borders of adjacent cells">border-spacing</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/caption-side" title="Specifies the placement of a table caption">caption-side</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/empty-cells" title="Specifies whether or not to display borders and background on empty cells in a table">empty-cells</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/table-layout" title="Sets the layout algorithm to be used for a table">table-layout</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Marquee</h3>
<ul>
<li><span title="Sets the direction of the moving content">marquee-direction</span></li>
<li><span title="Sets how many times the content move">marquee-play-count</span></li>
<li><span title="Sets how fast the content scrolls">marquee-speed</span></li>
<li><span title="Sets the style of the moving content">marquee-style</span></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">CSS3 Box</h2>
<div class="board-card">
<h3 class="board-card-title">Box</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/overflow-x" title="Specifies whether or not to clip the left/right edges of the content, if it overflows the element's content area">overflow-x</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/overflow-y" title="Specifies whether or not to clip the top/bottom edges of the content, if it overflows the element's content area">overflow-y</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/overflow" title="Specifies the preferred scrolling method for elements that overflow">overflow-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transform-function#rotate()" title="Rotates an element around a given point defined by the rotation-point property">rotation</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Flexible Box</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-align" title="Specifies how to align the child elements of a box">box-align</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-direction" title="Specifies in which direction the children of a box are displayed">box-direction</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-flex" title="Specifies whether the children of a box is flexible or inflexible in size">box-flex</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-flex-group" title="Assigns flexible elements to flex groups">box-flex-group</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-lines" title="Specifies whether columns will go onto a new line whenever it runs out of space in the parent box">box-lines</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-ordinal-group" title="Specifies the display order of the child elements of a box">box-ordinal-group</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-orient" title="Specifies whether the children of a box should be laid out horizontally or vertically">box-orient</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-pack" title="Specifies the horizontal position in horizontal boxes and the vertical position in vertical boxes">box-pack</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Linebox</h3>
<ul>
<li><span title="Allows more precise alignment of elements">alignment-adjust</span></li>
<li><span title="Specifies how an inline-level element is aligned with respect to its parent">alignment-baseline</span></li>
<li><span title="Allows repositioning of the dominant-baseline relative to the dominant-baseline">baseline-shift</span></li>
<li><span title="Specifies a scaled-baseline-table">dominant-baseline</span></li>
<li><span title="Sets the alignment point of the drop initial for the primary connection point">drop-initial-after-adjust</span></li>
<li><span title="Sets which alignment line within the initial line box is used at the primary connection point with the initial letter box">drop-initial-after-align</span></li>
<li><span title="Sets the alignment point of the drop initial for the secondary connection point">drop-initial-before-adjust</span></li>
<li><span title="Sets which alignment line within the initial line box is used at the secondary connection point with the initial letter box">drop-initial-before-align</span></li>
<li><span title="Controls the partial sinking of the initial letter">drop-initial-size</span></li>
<li><span title="Activates a drop-initial effect">drop-initial-value</span></li>
<li><span title="Sets which line of a multi-line inline block align with the previous and next inline elements within a line">inline-box-align</span></li>
<li><span title="A shorthand property for setting the line-stacking-strategy, line-stacking-ruby, and line-stacking-shift properties">line-stacking</span></li>
<li><span title="Sets the line stacking method for block elements containing ruby annotation elements">line-stacking-ruby</span></li>
<li><span title="Sets the line stacking method for block elements containing elements with base-shift">line-stacking-shift</span></li>
<li><span title="Sets the line stacking strategy for stacked line boxes within a containing block element">line-stacking-strategy</span></li>
<li><span title="Sets the block-progression dimension of the text content area of an inline box">text-height</span></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Multi-column</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-count" title="Specifies the number of columns an element should be divided into">column-count</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-fill" title="Specifies how to fill columns">column-fill</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-gap" title="Specifies the gap between the columns">column-gap</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-rule" title="A shorthand property for setting all the column-rule-* properties">column-rule</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-rule-color" title="Specifies the color of the rule between columns">column-rule-color</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-rule-style" title="Specifies the style of the rule between columns">column-rule-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-rule-width" title="Specifies the width of the rule between columns">column-rule-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-span" title="Specifies how many columns an element should span across">column-span</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/column-width" title="Specifies the width of the columns">column-width</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/columns" title="A shorthand property for setting column-width and column-count">columns</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Animation</h2>
<div class="board-card">
<h3 class="board-card-title">Animation</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/@keyframes" title="Specifies the animation">@keyframes</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation" title="A shorthand property for all the animation properties below, except the animation-play-state property">animation</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-name" title="Specifies a name for the @keyframes animation">animation-name</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-duration" title="Specifies how many seconds or milliseconds an animation takes to complete one cycle">animation-duration</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-timing-function" title="Specifies the speed curve of the animation">animation-timing-function</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-delay" title="Specifies when the animation will start">animation-delay</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-fill-mode" title="Specifies whether animation properties are applied before and after aniamtion execution">animation-fill-mode</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-iteration-count" title="Specifies the number of times an animation should be played">animation-iteration-count</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-direction" title="Specifies whether or not the animation should play in reverse on alternate cycles">animation-direction</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/animation-play-state" title="Specifies whether the animation is running or paused">animation-play-state</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">2D/3D Transform</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transform" title="Applies a 2D or 3D transformation to an element">transform</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transform-origin" title="Allows you to change the position on transformed elements">transform-origin</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transform-style" title="Specifies how nested elements are rendered in 3D space">transform-style</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/perspective" title="Specifies the perspective on how 3D elements are viewed">perspective</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/perspective-origin" title="Specifies the bottom position of 3D elements">perspective-origin</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/backface-visibility" title="Defines whether or not an element should be visible when not facing the screen">backface-visibility</a></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Transition</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transition" title="A shorthand property for setting the four transition properties">transition</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transition-property" title="Specifies the name of the CSS property the transition effect is for">transition-property</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transition-duration" title="Specifies how many seconds or milliseconds a transition effect takes to complete">transition-duration</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transition-timing-function" title="Specifies the speed curve of the transition effect">transition-timing-function</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/transition-delay" title="Specifies when the transition effect will start">transition-delay</a></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Page</h2>
<div class="board-card">
<h3 class="board-card-title">Content for Page Media</h3>
<ul>
<li><span title="Specifies the label of the bookmark">bookmark-label</span></li>
<li><span title="Specifies the level of the bookmark">bookmark-level</span></li>
<li><span title="Specifies the target of the bookmark link">bookmark-target</span></li>
<li><span title="Pushes floated elements in the opposite direction of the where they have been floated with float">float-offset</span></li>
<li><span title="Specifies the minimum number of characters in a hyphenated word after the hyphenation character">hyphenate-after</span></li>
<li><span title="Specifies the minimum number of characters in a hyphenated word before the hyphenation character">hyphenate-before</span></li>
<li><span title="Specifies a string that is shown when a hyphenate-break occurs">hyphenate-character</span></li>
<li><span title="Indicates the maximum number of successive hyphenated lines in an element">hyphenate-lines</span></li>
<li><span title="Specifies a comma-separated list of external resources that can help the browser determine hyphenation points">hyphenate-resource</span></li>
<li><span title="Sets how to split words to improve the layout of paragraphs">hyphens</span></li>
<li><span title="Specifies the correct resolution of images">image-resolution</span></li>
<li><span title="Adds crop and/or cross marks to the document">marks</span></li>
<li><span>string-set</span></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Generated Content</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/content" title="Used with the :before and :after pseudo-elements, to insert generated content">content</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/counter-increment" title="Increments one or more counters">counter-increment</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/counter-reset" title="Creates or resets one or more counters">counter-reset</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/quotes" title="Sets the type of quotation marks for embedded quotations">quotes</a></li>
<li><span title="Allows a replaced element to be just a rectangular area of an object, instead of the whole object">crop</span></li>
<li><span title="Causes an element to be removed from the flow and reinserted at a later point in the document">move-to</span></li>
<li><span title="Determines which page-based occurance of a given element is applied to a counter or string value">page-policy</span></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Page Media</h3>
<ul>
<li><span title="Gives a hint for how to scale a replaced element if neither its width nor its height property is auto">fit</span></li>
<li><span title="Determines the alignment of the object inside the box">fit-position</span></li>
<li><span title="Specifies a rotation in the right or clockwise direction that a user agent applies to an image">image-orientation</span></li>
<li><span title="Specifies a particular type of page where an element SHOULD be displayed">page</span></li>
<li><span title="Specifies the size and orientation of the containing box for page content">size</span></li>
</ul>
</div>
</div>
<div class="board">
<h2 class="board-title">Miscellaneous</h2>
<div class="board-card">
<h3 class="board-card-title">Print</h3>
<ul>
<li><span title="Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element">orphans</span></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/page-break-after" title="Sets the page-breaking behavior after an element">page-break-after</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/page-break-before" title="Sets the page-breaking behavior before an element">page-break-before</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/page-break-inside" title="Sets the page-breaking behavior inside an element">page-break-inside</a></li>
<li><span title="Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element">widows</span></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">Speech</h3>
<ul>
<li><span title="A shorthand property for setting the mark-before and mark-after properties">mark</span></li>
<li><span title="Allows named markers to be attached to the audio stream">mark-after</span></li>
<li><span title="Allows named markers to be attached to the audio stream">mark-before</span></li>
<li><span title="Specifies a phonetic pronunciation for the text contained by the corresponding element">phonemes</span></li>
<li><span title="A shorthand property for setting the rest-before and rest-after properties ">rest</span></li>
<li><span title="Specifies a rest or prosodic boundary to be observed after speaking an element's content">rest-after</span></li>
<li><span title="Specifies a rest or prosodic boundary to be observed before speaking an element's content">rest-before</span></li>
<li><span title="Specifies the balance between left and right channels">voice-balance</span></li>
<li><span title="Specifies how long it should take to render the selected element's content">voice-duration</span></li>
<li><span title="Specifies the average pitch (a frequency) of the speaking voice">voice-pitch</span></li>
<li><span title="Specifies variation in average pitch">voice-pitch-range</span></li>
<li><span title="Controls the speaking rate">voice-rate</span></li>
<li><span title="Indicates the strength of emphasis to be applied">voice-stress</span></li>
<li><span title="Refers to the amplitude of the waveform output by the speech synthesises">voice-volume</span></li>
</ul>
</div>
<div class="board-card">
<h3 class="board-card-title">User-interface</h3>
<ul>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/appearance" title="Allows you to make an element look like a standard user interface element">appearance</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/box-sizing" title="Allows you to define certain elements to fit an area in a certain way">box-sizing</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/icon" title="Provides the author the ability to style an element with an iconic equivalent">icon</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/nav-down" title="Specifies where to navigate when using the arrow-down navigation key">nav-down</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/nav-index" title="Specifies the tabbing order for an element">nav-index</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/nav-left" title="Specifies where to navigate when using the arrow-left navigation key">nav-left</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/nav-right" title="Specifies where to navigate when using the arrow-right navigation key">nav-right</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/nav-up" title="Specifies where to navigate when using the arrow-up navigation key">nav-up</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/outline-offset" title="Offsets an outline, and draws it beyond the border edge">outline-offset</a></li>
<li><a href="https://developer.mozilla.org/en-US/docs/CSS/resize" title="Specifies whether or not an element is resizable by the user">resize</a></li>
</ul>
</div>
</div>
</div>
<!--<div class="board board-detail-ad hide">-->
<div class="board hide" id="detail-ad">
</div>
<script type="text/javascript">
$('.content').append($('#detail-ad'));
$('#detail-ad').removeClass('hide');
</script>
<script type="text/javascript" src="../s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4fddf49419e0facd"></script>
</body>
<!-- Mirrored from apiary.com/css by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 08 Oct 2022 09:01:14 GMT -->
</html>