-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·62 lines (58 loc) · 1.61 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
<html>
<head>
<title>CSS LU_12</title>
<meta charset="UTF-8"/>
<link href="shared.css" type="text/css" rel="stylesheet">
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<ol>
<li>
<a href="playground/index.html">Playground</a>
</li>
<li>
<a href="responsive-intro/index.html">Responsive intro</a>
</li>
<li>
<a href="factory-lunch-menu/index.html">Factory lunch menu</a>
</li>
<li>
<a href="funky-image-grid/index.html">Funky image grid</a>
</li>
<li>
<a href="responsive-images-img-css-background/index.html">Responsive images <img> and CSS background image</a>
</li>
<li>
<a href="responsive-images-picture/picture-1.html">Responsive images <picture></a>
</li>
<li>
<a href="responsive-images-srcset/img-srcset-1.html">Responsive images <img> and srcset</a>
</li>
<li>
<a href="flexbox-intro/index.html">Flexbox intro</a>
</li>
<li>
<a href="flexbox-blog-layout/index.html">Flexbox blog layout</a>
</li>
<li>
<a href="bootstrap/index.html">Bootstrap intro</a>
</li>
<li>
<a href="grid-intro/basic.html">CSS grid intro</a>
</li>
<li>
<a href="grid-blog-layout/index.html">CSS grid blog layout</a>
</li>
<li>
<a href="responsive-resizing/index.html">Responsive resizing</a>
</li>
<li>
<a href="theme/index.html">Theming</a>
</li>
<li>
<a href="colors-states-transitions/index.html">Colors, states, transitions</a>
</li>
</ol>
</body>
<script src="js/index.js"></script>
</html>