-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·57 lines (50 loc) · 2.27 KB
/
index.html
File metadata and controls
executable file
·57 lines (50 loc) · 2.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Values and Units (Chapter 5)</title>
<link type="text/css" href="../styles/indices.css" rel="stylesheet">
<style type="text/css">
body {--chno: "5";}
</style>
</head>
<body>
<header>
<h1>Values and Units</h1>
<h2>Chapter 5</h2>
</header>
<main>
<h3>Figures</h3>
<ol>
<li><a href="setting-absolute-length-left-margins.html">Setting absolute-length left margins</a></li>
<li><a href="using-pixel-lengths.html">Using pixel lengths</a></li>
<li><a href="using-em-for-margins-and-sizing.html">Using em for margins and font sizing</a></li>
<li>Varying x-heights</li>
<li><a href="character-relative-sizing.html">Character-relative sizing</a></li>
<li><a href="ems-vs-rems.html">ems versus rems</a></li>
<li><a href="viewport-relative-sizing.html">Viewport-relative sizing</a></li>
<li><a href="inserting-attribute-values.html">Inserting attribute values</a></li>
<li><a href="named-colors.html">Named colors</a></li>
<li><a href="text-in-shades-of-gray.html">Text set in shades of gray</a></li>
<li><a href="text-in-progressive-translucency.html">Text set in progressive translucency</a></li>
<li><a href="text-in-progressive-translucency-redux.html">Text set in progressive translucency, redux</a></li>
<li><a href="varying-lightness-and-hues.html">Varying lightness and hues</a></li>
<li><a href="declared-color-vs-default-color.html">Declared color versus default color</a></li>
<li><a href="changing-colors.html">Changing colors</a></li>
<li><a href="changing-form-element-foregrounds.html">Changing form element foregrounds</a></li>
<li><a href="different-colors-for-different-elements.html">Different colors for different elements</a></li>
<li><a href="custom-values.html">Using custom values to color headings</a></li>
<li><a href="custom-value-scoping.html">Scoping custom values to certain contexts</a></li>
</ol>
</main>
<nav>
<a href="../04-specificity-and-the-cascade/index.html">Chapter 4: Specificity and the Cascade</a>
<a href="../index.html"><acronym title="Table of Contents">TOC</acronym></a>
<a href="../06-basic-visual-formatting/index.html">Chapter 6: Basic Visual Formatting</a>
</nav>
<footer>
<cite>Values and Units</cite>
<cite><a>CSS: The Definitive Guide, 5th Edition</a></cite>
</footer>
</body>
</html>