-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (67 loc) · 2.05 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>CSS In Depth</title>
<link rel="stylesheet" href="main.css" type="text/css" />
</head>
<body>
<nav>
<h1>CSS-in-Depth Content</h1>
<ul>
<li>
<a href="Chapter-1/">Chapter 1. Cascade, spacifity, and inheritance</a>
</li>
<li>
<a href="Chapter-2/">Chapter 2. Relative units</a> and
<a href="Chapter-2/custom-variable.html">Custom Variable</a>
</li>
<li><a href="Chapter-3/">Chapter 3. Box Model</a></li>
<li>
<a href="Chapter-4/">Chapter 4.Float</a> and
<a href="Chapter-4/grid.html">Grid</a>
</li>
<li><a href="Chapter-5/">Chapter 5. Flexbox</a></li>
<li>
<a href="Chapter-6/">Chapter 6. Grid</a> and
<a href="Chapter-6/grid-image.html">Grid Image</a>
</li>
<li>
<a href="Chapter-7/">Chapter 7. Position</a> and
<a href="Chapter-7/stacking.html">Stacking</a>
</li>
<li>
<a href="Chapter-8/">Chapter 8. Responsive Design</a>
</li>
<li>
<a href="Chapter-9/">Chapter 9. Modular</a>
</li>
<li>
<a href="Chapter-10/">Chapter 10. Pattern Library</a>
</li>
<li>
<a href="Chapter-11/">Chapter 11. Fifty Shadows, Backgrounds and blend modes</a>
</li>
<li>
<a href="Chapter-12/">Chapter 12. Contrast, color and spacing</a>
</li>
<li>
<a href="Chapter-13/">Chapter 13. Fonts</a>
</li>
<li>
<a href="Chapter-14/">Chapter 14. Transitions</a>
</li>
<li>
<a href="Chapter-15/">Chapter 15. Transform</a> and
<a href="Chapter-15/transform.html">Transform In Motion</a> and
<a href="Chapter-15/transform3d.html">Transform 3D</a>
</li>
<li>
<a href="Chapter-16/">Chapter 16. Animation</a> and
<a href="Chapter-16/animation.html">Demo of Animation</a> and
<a href="Chapter-16/form.html">Form Example</a> and
<a href="Chapter-16/kate.html">Custom Animation</a>
</li>
</ul>
</nav>
</body>
</html>